aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 53a456ebf6d5..c7314f952647 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -1221,7 +1221,7 @@ static ctl_table fs_table[] = {
1221}; 1221};
1222 1222
1223static ctl_table debug_table[] = { 1223static ctl_table debug_table[] = {
1224#ifdef CONFIG_X86 1224#if defined(CONFIG_X86) || defined(CONFIG_PPC)
1225 { 1225 {
1226 .ctl_name = CTL_UNNUMBERED, 1226 .ctl_name = CTL_UNNUMBERED,
1227 .procname = "exception-trace", 1227 .procname = "exception-trace",