]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5115adb4c83599f51f97bf66c7390ff42092d5b7
tree1fc0052c3f593fbd67ff6363efe031da4b34e784
parentd8567acfe2f0baf9f60595ce9cba4dd0a3520c04
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 36a25949606c (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