]> Pileus Git - ~andy/linux/blobdiff - kernel/sysctl.c
sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSW
[~andy/linux] / kernel / sysctl.c
index 4bffd62c2f13beff38787b8a3e625932492a965f..4fc92445a29c920405935176b473485af8140f17 100644 (file)
@@ -1506,7 +1506,7 @@ static struct ctl_table fs_table[] = {
 
 static struct ctl_table debug_table[] = {
 #if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC) || \
-    defined(CONFIG_S390)
+    defined(CONFIG_S390) || defined(CONFIG_TILE)
        {
                .procname       = "exception-trace",
                .data           = &show_unhandled_signals,