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 4bffd62c2f13..4fc92445a29c 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -1506,7 +1506,7 @@ static struct ctl_table fs_table[] = { | |||
1506 | 1506 | ||
1507 | static struct ctl_table debug_table[] = { | 1507 | static struct ctl_table debug_table[] = { |
1508 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || \ | 1508 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || \ |
1509 | defined(CONFIG_S390) | 1509 | defined(CONFIG_S390) || defined(CONFIG_TILE) |
1510 | { | 1510 | { |
1511 | .procname = "exception-trace", | 1511 | .procname = "exception-trace", |
1512 | .data = &show_unhandled_signals, | 1512 | .data = &show_unhandled_signals, |