diff options
author | Will Deacon <will.deacon@arm.com> | 2011-07-22 18:27:37 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2011-08-31 10:42:47 +0100 |
commit | b5d5b8f98641edac6641af9e19e933083ade603b (patch) | |
tree | e68c07f25ddd2e90160abb2d8696eac046cc2e93 /arch/arm/include/asm/hw_breakpoint.h | |
parent | 90e93648c41bd29a72f6ec55ce27a23c209eab8c (diff) | |
download | op-kernel-dev-b5d5b8f98641edac6641af9e19e933083ade603b.zip op-kernel-dev-b5d5b8f98641edac6641af9e19e933083ade603b.tar.gz |
ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) support
This patch adds initial support for Cortex-A15 (debug architecture v7.1)
to the hw_breakpoint ARM backend.
Signed-off-by: Will Deacon <will.deacon@arm.com>
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 f389b27..0ac141a 100644 --- a/arch/arm/include/asm/hw_breakpoint.h +++ b/arch/arm/include/asm/hw_breakpoint.h @@ -50,6 +50,7 @@ static inline void decode_ctrl_reg(u32 reg, #define ARM_DEBUG_ARCH_V6_1 2 #define ARM_DEBUG_ARCH_V7_ECP14 3 #define ARM_DEBUG_ARCH_V7_MM 4 +#define ARM_DEBUG_ARCH_V7_1 5 /* Breakpoint */ #define ARM_BREAKPOINT_EXECUTE 0 |