diff options
Diffstat (limited to 'arch/sparc/include/asm/ptrace_32.h')
-rw-r--r-- | arch/sparc/include/asm/ptrace_32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/ptrace_32.h b/arch/sparc/include/asm/ptrace_32.h index 0401cc7ec38e..d43c88b86834 100644 --- a/arch/sparc/include/asm/ptrace_32.h +++ b/arch/sparc/include/asm/ptrace_32.h | |||
@@ -74,6 +74,7 @@ struct sparc_stackf { | |||
74 | 74 | ||
75 | #define user_mode(regs) (!((regs)->psr & PSR_PS)) | 75 | #define user_mode(regs) (!((regs)->psr & PSR_PS)) |
76 | #define instruction_pointer(regs) ((regs)->pc) | 76 | #define instruction_pointer(regs) ((regs)->pc) |
77 | #define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP]) | ||
77 | unsigned long profile_pc(struct pt_regs *); | 78 | unsigned long profile_pc(struct pt_regs *); |
78 | extern void show_regs(struct pt_regs *); | 79 | extern void show_regs(struct pt_regs *); |
79 | #endif | 80 | #endif |