diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-05-14 03:02:11 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-05-14 04:01:04 -0400 |
commit | e34166ad63eac4d0fa98b4c4ed7a98202a18faef (patch) | |
tree | e548188402ecf3b3432f5da72d8f1bcb8226821c /arch/powerpc/kernel | |
parent | 691231846cebfe1fbbcf898c8af17a569dbb5463 (diff) |
powerpc: Set show_unhandled_signals to 1 by default
Just like other architectures
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/signal.c b/arch/powerpc/kernel/signal.c index d63b5024c563..577a8aa69c6e 100644 --- a/arch/powerpc/kernel/signal.c +++ b/arch/powerpc/kernel/signal.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * through debug.exception-trace sysctl. | 25 | * through debug.exception-trace sysctl. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | int show_unhandled_signals = 0; | 28 | int show_unhandled_signals = 1; |
29 | 29 | ||
30 | /* | 30 | /* |
31 | * Allocate space for the signal frame | 31 | * Allocate space for the signal frame |