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:
Родитель
691231846c
Коммит
e34166ad63
|
@ -25,7 +25,7 @@
|
|||
* through debug.exception-trace sysctl.
|
||||
*/
|
||||
|
||||
int show_unhandled_signals = 0;
|
||||
int show_unhandled_signals = 1;
|
||||
|
||||
/*
|
||||
* Allocate space for the signal frame
|
||||
|
|
Загрузка…
Ссылка в новой задаче