diff options
author | Anthony Felice <tony.felice@timesys.com> | 2013-05-06 17:41:05 -0400 |
---|---|---|
committer | Anthony Felice <tony.felice@timesys.com> | 2013-05-10 17:40:36 -0400 |
commit | 063274ba192260f69772d792de1832c402a8485d (patch) | |
tree | 53992fd13b5d68caf011d81c209eed827acaaa25 /arch/arm/include/asm/hw_breakpoint.h | |
parent | 8037725bb93b6c13afeddc194e45371318be2c33 (diff) |
Update hw_breakpoint implementation in order to support CONFIG_PERF_EVENTS
Diffstat (limited to 'arch/arm/include/asm/hw_breakpoint.h')
-rw-r--r-- | arch/arm/include/asm/hw_breakpoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hw_breakpoint.h b/arch/arm/include/asm/hw_breakpoint.h index f389b2704d82..c190bc992f0e 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 @@ -57,6 +58,7 @@ static inline void decode_ctrl_reg(u32 reg, /* Watchpoints */ #define ARM_BREAKPOINT_LOAD 1 #define ARM_BREAKPOINT_STORE 2 +#define ARM_FSR_ACCESS_MASK (1 << 11) /* Privilege Levels */ #define ARM_BREAKPOINT_PRIV 1 |