ptrace: unify show_regs() prototype
[ poleg@redhat.com: no need to declare show_regs() in ptrace.h, sched.h does this ] Signed-off-by: Mike Frysinger <vapier@gentoo.org> Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
这个提交包含在:
@@ -112,8 +112,6 @@ struct pt_regs *get_pt_regs(struct pt_regs *);
|
||||
/* Trace the current syscall. */
|
||||
extern void do_syscall_trace(void);
|
||||
|
||||
extern void show_regs(struct pt_regs *);
|
||||
|
||||
#define arch_has_single_step() (1)
|
||||
|
||||
/*
|
||||
|
在新工单中引用
屏蔽一个用户