]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
make generic sys_ptrace unconditional
authorChristoph Hellwig <hch@lst.de>
Thu, 1 May 2008 16:43:12 +0000 (18:43 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 May 2008 17:21:54 +0000 (10:21 -0700)
commitbcf35afb528109a31264b45d4851fa6ae72dbe18
tree37607aae9efdbd1005d82e0a9a679899eb5a3afe
parent9fc3ace937a675bf42cbe6e6ef8950a6731ca16f
make generic sys_ptrace unconditional

With s390 the last arch switched to the generic sys_ptrace yesterday so
we can now kill the ifdef around it to enforce every new port it using
it instead of introducing new weirdo versions.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/ptrace.c