aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index ce724a0dd0bb..509e6ba5df20 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -642,7 +642,7 @@ static struct ctl_table kern_table[] = {
642#endif 642#endif
643 { 643 {
644 .procname = "userprocess_debug", 644 .procname = "userprocess_debug",
645 .data = &sysctl_userprocess_debug, 645 .data = &show_unhandled_signals,
646 .maxlen = sizeof(int), 646 .maxlen = sizeof(int),
647 .mode = 0644, 647 .mode = 0644,
648 .proc_handler = proc_dointvec, 648 .proc_handler = proc_dointvec,
@@ -1452,7 +1452,8 @@ static struct ctl_table fs_table[] = {
1452}; 1452};
1453 1453
1454static struct ctl_table debug_table[] = { 1454static struct ctl_table debug_table[] = {
1455#if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) 1455#if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || \
1456 defined(CONFIG_S390)
1456 { 1457 {
1457 .procname = "exception-trace", 1458 .procname = "exception-trace",
1458 .data = &show_unhandled_signals, 1459 .data = &show_unhandled_signals,