mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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:
parent
691231846c
commit
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user