diff options
Diffstat (limited to 'arch/cris/include')
-rw-r--r-- | arch/cris/include/asm/ptrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/include/asm/ptrace.h b/arch/cris/include/asm/ptrace.h index 6618893bfe8e..551c081ab62b 100644 --- a/arch/cris/include/asm/ptrace.h +++ b/arch/cris/include/asm/ptrace.h | |||
@@ -10,6 +10,7 @@ | |||
10 | #define PTRACE_SETREGS 13 | 10 | #define PTRACE_SETREGS 13 |
11 | 11 | ||
12 | #define profile_pc(regs) instruction_pointer(regs) | 12 | #define profile_pc(regs) instruction_pointer(regs) |
13 | #define current_user_stack_pointer() rdusp() | ||
13 | 14 | ||
14 | #endif /* __KERNEL__ */ | 15 | #endif /* __KERNEL__ */ |
15 | 16 | ||