diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 40d791d616b5..0ef19c614f6d 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -1442,7 +1442,7 @@ static struct ctl_table fs_table[] = { | |||
1442 | }; | 1442 | }; |
1443 | 1443 | ||
1444 | static struct ctl_table debug_table[] = { | 1444 | static struct ctl_table debug_table[] = { |
1445 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) | 1445 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) |
1446 | { | 1446 | { |
1447 | .procname = "exception-trace", | 1447 | .procname = "exception-trace", |
1448 | .data = &show_unhandled_signals, | 1448 | .data = &show_unhandled_signals, |