linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -mm] ptrace-unify-show_regs-prototype-fix
       [not found] <201106062124.p56LO6Hn023286@imap1.linux-foundation.org>
@ 2011-06-07 17:51 ` Oleg Nesterov
  2011-06-07 20:56   ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Oleg Nesterov @ 2011-06-07 17:51 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, vapier, tj

(to fold into ptrace-unify-show_regs-prototype.patch)

No need to declare show_regs() in ptrace.h, sched.h does this.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
---

 include/linux/ptrace.h |    1 -
 1 file changed, 1 deletion(-)

--- ptrace/include/linux/ptrace.h~show_regs	2011-06-07 19:44:46.000000000 +0200
+++ ptrace/include/linux/ptrace.h	2011-06-07 19:45:15.000000000 +0200
@@ -100,7 +100,6 @@
 #include <linux/sched.h>		/* For struct task_struct.  */
 
 
-extern void show_regs(struct pt_regs *);
 extern long arch_ptrace(struct task_struct *child, long request,
 			unsigned long addr, unsigned long data);
 extern int ptrace_readdata(struct task_struct *tsk, unsigned long src, char __user *dst, int len);


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH -mm] ptrace-unify-show_regs-prototype-fix
  2011-06-07 17:51 ` [PATCH -mm] ptrace-unify-show_regs-prototype-fix Oleg Nesterov
@ 2011-06-07 20:56   ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2011-06-07 20:56 UTC (permalink / raw)
  To: Oleg Nesterov; +Cc: akpm, linux-kernel, tj

[-- Attachment #1: Type: Text/Plain, Size: 268 bytes --]

On Tuesday, June 07, 2011 13:51:42 Oleg Nesterov wrote:
> (to fold into ptrace-unify-show_regs-prototype.patch)
> 
> No need to declare show_regs() in ptrace.h, sched.h does this.

thanks for getting to this in spite of my laziness in not doing it sooner
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-07 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201106062124.p56LO6Hn023286@imap1.linux-foundation.org>
2011-06-07 17:51 ` [PATCH -mm] ptrace-unify-show_regs-prototype-fix Oleg Nesterov
2011-06-07 20:56   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).