Cc: Roland McGrath <roland@...>, Linus Torvalds <torvalds@...>, Andrew Morton <akpm@...>, <linux-kernel@...>, <linux-arch@...>, Ingo Molnar <mingo@...>, David Miller <davem@...>, <sparclinux@...>, Paul Mackerras <paulus@...>, <linuxppc-dev@...>, Richard Henderson <rth@...>, <tony.luck@...>, <linux-ia64@...>
On Fri, Mar 21, 2008 at 02:50:01PM +0100, Thomas Gleixner wrote:
HAVE_PTRACE2 or at least following the HAVE_* semnatic.
And then do:
config HAVE_PTRACE2
def_bool n
In some common file.
Then arch files can do:
config X86
...
+ select HAVE_PTRACE2
Sam
--