]> Git Repo - linux.git/commitdiff
powerpc: Set show_unhandled_signals to 1 by default
authorBenjamin Herrenschmidt <[email protected]>
Tue, 14 May 2013 07:02:11 +0000 (17:02 +1000)
committerBenjamin Herrenschmidt <[email protected]>
Tue, 14 May 2013 08:01:04 +0000 (18:01 +1000)
Just like other architectures

Signed-off-by: Benjamin Herrenschmidt <[email protected]>
arch/powerpc/kernel/signal.c

index d63b5024c563cd06e36cfb07c9eb8716b084a2e9..577a8aa69c6e959dbc6e58d4555990822f23076b 100644 (file)
@@ -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
This page took 0.061184 seconds and 4 git commands to generate.