aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/include/asm/ptrace.h')
-rw-r--r--arch/sparc/include/asm/ptrace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/ptrace.h b/arch/sparc/include/asm/ptrace.h
index b928b31424b1..a0e1bcf843a1 100644
--- a/arch/sparc/include/asm/ptrace.h
+++ b/arch/sparc/include/asm/ptrace.h
@@ -213,7 +213,6 @@ extern unsigned long profile_pc(struct pt_regs *);
213#else 213#else
214#define profile_pc(regs) instruction_pointer(regs) 214#define profile_pc(regs) instruction_pointer(regs)
215#endif 215#endif
216extern void show_regs(struct pt_regs *);
217#endif /* (__KERNEL__) */ 216#endif /* (__KERNEL__) */
218 217
219#else /* __ASSEMBLY__ */ 218#else /* __ASSEMBLY__ */
@@ -257,7 +256,6 @@ static inline bool pt_regs_clear_syscall(struct pt_regs *regs)
257#define instruction_pointer(regs) ((regs)->pc) 256#define instruction_pointer(regs) ((regs)->pc)
258#define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP]) 257#define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP])
259unsigned long profile_pc(struct pt_regs *); 258unsigned long profile_pc(struct pt_regs *);
260extern void show_regs(struct pt_regs *);
261#endif /* (__KERNEL__) */ 259#endif /* (__KERNEL__) */
262 260
263#else /* (!__ASSEMBLY__) */ 261#else /* (!__ASSEMBLY__) */