RE: [PATCH] consolidate sys_ptrace

From: Luck, Tony
Date: Wed Aug 10 2005 - 12:01:23 EST


>Some architectures have a too different ptrace so we have to exclude
>them: alpha, ia64, m32r, parisc, sparc, sparc64. They continue to
>keep their implementations.

So it should be no surprise that this patch works ok for ia64, but here
is the ACK anyway.

>+#ifndef __ARCH_SYS_PTRACE

Most of the existing "#define ARCH_foo" uses don't have a prepended
"__" (current score is 20 to 3). So there is a small question of
going with the prevailing style, or doing the right thing. Just in
case anyone else raises this, my vote is with "__".

-Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/