diff options
Diffstat (limited to 'arch/powerpc/include/uapi')
-rw-r--r-- | arch/powerpc/include/uapi/asm/ptrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/ptrace.h b/arch/powerpc/include/uapi/asm/ptrace.h index 66b9ca4ee94a..77d2ed35b111 100644 --- a/arch/powerpc/include/uapi/asm/ptrace.h +++ b/arch/powerpc/include/uapi/asm/ptrace.h | |||
@@ -211,6 +211,7 @@ struct ppc_debug_info { | |||
211 | #define PPC_DEBUG_FEATURE_INSN_BP_MASK 0x0000000000000002 | 211 | #define PPC_DEBUG_FEATURE_INSN_BP_MASK 0x0000000000000002 |
212 | #define PPC_DEBUG_FEATURE_DATA_BP_RANGE 0x0000000000000004 | 212 | #define PPC_DEBUG_FEATURE_DATA_BP_RANGE 0x0000000000000004 |
213 | #define PPC_DEBUG_FEATURE_DATA_BP_MASK 0x0000000000000008 | 213 | #define PPC_DEBUG_FEATURE_DATA_BP_MASK 0x0000000000000008 |
214 | #define PPC_DEBUG_FEATURE_DATA_BP_DAWR 0x0000000000000010 | ||
214 | 215 | ||
215 | #ifndef __ASSEMBLY__ | 216 | #ifndef __ASSEMBLY__ |
216 | 217 | ||