Skip to content

Commit

Permalink
powerpc: Set show_unhandled_signals to 1 by default
Browse files Browse the repository at this point in the history
Just like other architectures

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Benjamin Herrenschmidt committed May 14, 2013
1 parent 6912318 commit e34166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e34166a

Please sign in to comment.