]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Remove some useless ifdef's in ptrace
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 4 Jun 2007 05:15:45 +0000 (15:15 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 14 Jun 2007 12:29:57 +0000 (22:29 +1000)
commit1b6610d6fcb8dc23631cf48f09aa02e6649e379d
tree40520c3da82ccb13bcef3a52729ef50bb2c0be39
parent865418d8e78b9c11c964157740b2596d6ffe9dfa
[POWERPC] Remove some useless ifdef's in ptrace

CHECK_FULL_REGS() exist on both 32 and 64 bits, so there's no need
to make it conditional on CONFIG_PPC32.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/ptrace.c