commit | bcf35afb528109a31264b45d4851fa6ae72dbe18 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 01 18:43:12 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 01 10:21:54 2008 -0700 |
tree | 37607aae9efdbd1005d82e0a9a679899eb5a3afe | |
parent | 9fc3ace937a675bf42cbe6e6ef8950a6731ca16f [diff] |
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>