diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sysctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index c2a2f8084bad..26f65eaa01f9 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -1549,8 +1549,7 @@ static struct ctl_table fs_table[] = { | |||
1549 | }; | 1549 | }; |
1550 | 1550 | ||
1551 | static struct ctl_table debug_table[] = { | 1551 | static struct ctl_table debug_table[] = { |
1552 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || \ | 1552 | #ifdef CONFIG_SYSCTL_EXCEPTION_TRACE |
1553 | defined(CONFIG_S390) || defined(CONFIG_TILE) || defined(CONFIG_ARM64) | ||
1554 | { | 1553 | { |
1555 | .procname = "exception-trace", | 1554 | .procname = "exception-trace", |
1556 | .data = &show_unhandled_signals, | 1555 | .data = &show_unhandled_signals, |