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)
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>

No differences found