diff options
author | Christopher Covington <cov@codeaurora.org> | 2014-01-29 22:01:31 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-02-10 12:48:05 +0100 |
commit | 5b61d4a5d6676b5bb4c3c101683d3c7fd0df2a38 (patch) | |
tree | f1c40d311e09ca9bee983ba1cd8fe0f0c27ad479 /arch/arm/include/asm/hw_breakpoint.h | |
parent | ARM: 7945/1: footbridge: Switch to sched_clock_register() (diff) | |
download | linux-5b61d4a5d6676b5bb4c3c101683d3c7fd0df2a38.tar.xz linux-5b61d4a5d6676b5bb4c3c101683d3c7fd0df2a38.zip |
ARM: 7948/1: hw_breakpoint: Add ARMv8 support
Add the trivial support necessary to get hardware breakpoints
working for GDB on ARMv8 simulators running in AArch32 mode.
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Christopher Covington <cov@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/hw_breakpoint.h')
-rw-r--r-- | arch/arm/include/asm/hw_breakpoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hw_breakpoint.h b/arch/arm/include/asm/hw_breakpoint.h index eef55ea9ef00..8e427c7b4425 100644 --- a/arch/arm/include/asm/hw_breakpoint.h +++ b/arch/arm/include/asm/hw_breakpoint.h @@ -51,6 +51,7 @@ static inline void decode_ctrl_reg(u32 reg, #define ARM_DEBUG_ARCH_V7_ECP14 3 #define ARM_DEBUG_ARCH_V7_MM 4 #define ARM_DEBUG_ARCH_V7_1 5 +#define ARM_DEBUG_ARCH_V8 6 /* Breakpoint */ #define ARM_BREAKPOINT_EXECUTE 0 |