diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 8686b0f5fc12..90f536d84643 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -621,7 +621,7 @@ static struct ctl_table kern_table[] = { | |||
621 | #endif | 621 | #endif |
622 | { | 622 | { |
623 | .procname = "userprocess_debug", | 623 | .procname = "userprocess_debug", |
624 | .data = &sysctl_userprocess_debug, | 624 | .data = &show_unhandled_signals, |
625 | .maxlen = sizeof(int), | 625 | .maxlen = sizeof(int), |
626 | .mode = 0644, | 626 | .mode = 0644, |
627 | .proc_handler = proc_dointvec, | 627 | .proc_handler = proc_dointvec, |
@@ -1431,7 +1431,8 @@ static struct ctl_table fs_table[] = { | |||
1431 | }; | 1431 | }; |
1432 | 1432 | ||
1433 | static struct ctl_table debug_table[] = { | 1433 | static struct ctl_table debug_table[] = { |
1434 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) | 1434 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || \ |
1435 | defined(CONFIG_S390) | ||
1435 | { | 1436 | { |
1436 | .procname = "exception-trace", | 1437 | .procname = "exception-trace", |
1437 | .data = &show_unhandled_signals, | 1438 | .data = &show_unhandled_signals, |