From: Roland McGrath Date: Mon, 28 Apr 2008 20:57:19 +0000 (-0700) Subject: ptrace: conditionalize compat_ptrace_request X-Git-Tag: v2.6.26-rc1~694 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d04d9280c4bbf6950b70b705bc4ace41de65615;p=pandora-kernel.git ptrace: conditionalize compat_ptrace_request My recent additions to compat_ptrace_request made it mandatory for CONFIG_COMPAT arch's to define copy_siginfo_from_user32. This broke some builds, though they all really should get cleaned up in that way. Since all the arch's that actually call compat_ptrace_request have now been cleaned up to use the generic compat_sys_ptrace, we can avoid the build problems on the crufty arch's by changing the conditionals on the definition. Signed-off-by: Roland McGrath Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed