powerpc: Remove ancient DEBUG_SIG code
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 23 Jun 2014 04:17:47 +0000 (14:17 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Jun 2014 02:43:14 +0000 (12:43 +1000)
commitbf77ee2a7a544f09683f73dcd7cad7ef81f1005c
tree1fc0052c3f593fbd67ff6363efe031da4b34e784
parent0eb5736828722bd274519fab87b915da287ffd59
powerpc: Remove ancient DEBUG_SIG code

We have some compile-time disabled debug code in signal_xx.c. It's from
some ancient time BG, almost certainly part of the original port, given
the very similar code on other arches.

The show_unhandled_signal logic, added in d0c3d534a438 (2.6.24) is
cleaner and prints more useful information, so drop the debug code.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/signal_32.c
arch/powerpc/kernel/signal_64.c
This page took 0.028086 seconds and 5 git commands to generate.