commit | 5c1ce6f7c2aae5329f667fb079b3198266d9a3fa | [log] [tgz] |
---|---|---|
author | Marc Zyngier <Marc.Zyngier@arm.com> | Mon Apr 08 17:17:03 2013 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Apr 17 15:58:25 2013 +0100 |
tree | 5e8b0db09bf756512d42a0c2e7d7fa8918248921 | |
parent | d4784be3b20ed0dd19bbde3b2d58df023ae1dc86 [diff] |
arm64: add explicit symbols to ESR_EL1 decoding The ESR_EL1 decoding process is a bit cryptic, and KVM has also a need for the same constants. Add a new esr.h file containing the appropriate exception classes constants, and change entry.S to use it. Fix a small bug in the EL1 breakpoint check while we're at it. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>