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 c0bb32414b17..aaec9342a33c 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -1496,7 +1496,7 @@ static struct ctl_table fs_table[] = { | |||
1496 | 1496 | ||
1497 | static struct ctl_table debug_table[] = { | 1497 | static struct ctl_table debug_table[] = { |
1498 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || \ | 1498 | #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || \ |
1499 | defined(CONFIG_S390) | 1499 | defined(CONFIG_S390) || defined(CONFIG_TILE) |
1500 | { | 1500 | { |
1501 | .procname = "exception-trace", | 1501 | .procname = "exception-trace", |
1502 | .data = &show_unhandled_signals, | 1502 | .data = &show_unhandled_signals, |