diff options
Diffstat (limited to 'arch/hexagon/include/uapi/asm/ptrace.h')
-rw-r--r-- | arch/hexagon/include/uapi/asm/ptrace.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/hexagon/include/uapi/asm/ptrace.h b/arch/hexagon/include/uapi/asm/ptrace.h index 1ffce0c6ee07..065e5b32313f 100644 --- a/arch/hexagon/include/uapi/asm/ptrace.h +++ b/arch/hexagon/include/uapi/asm/ptrace.h | |||
@@ -36,4 +36,9 @@ extern const char *regs_query_register_name(unsigned int offset); | |||
36 | ((struct pt_regs *) \ | 36 | ((struct pt_regs *) \ |
37 | ((unsigned long)current_thread_info() + THREAD_SIZE) - 1) | 37 | ((unsigned long)current_thread_info() + THREAD_SIZE) - 1) |
38 | 38 | ||
39 | #if CONFIG_HEXAGON_ARCH_VERSION >= 4 | ||
40 | #define arch_has_single_step() (1) | ||
41 | #endif | ||
42 | |||
43 | |||
39 | #endif | 44 | #endif |