powerpc: Set show_unhandled_signals to 1 by default

Just like other architectures

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt 2013-05-14 17:02:11 +10:00
parent 691231846c
commit e34166ad63

View file

@ -25,7 +25,7 @@
* through debug.exception-trace sysctl. * through debug.exception-trace sysctl.
*/ */
int show_unhandled_signals = 0; int show_unhandled_signals = 1;
/* /*
* Allocate space for the signal frame * Allocate space for the signal frame