summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorDavid S. Miller2010-03-01 09:02:23 +0100
committerDavid S. Miller2010-03-01 09:02:23 +0100
commit4b17764737bb4ee3364b8bfa2059f51ebc19ccd6 (patch)
tree7f5765e177f9e4fa0122bdf67ac6260499dd19a2 /kernel/sysctl.c
parentsparc: use __ratelimit (diff)
downloadkernel-qcow2-linux-4b17764737bb4ee3364b8bfa2059f51ebc19ccd6.tar.gz
kernel-qcow2-linux-4b17764737bb4ee3364b8bfa2059f51ebc19ccd6.tar.xz
kernel-qcow2-linux-4b17764737bb4ee3364b8bfa2059f51ebc19ccd6.zip
sparc: Support show_unhandled_signals.
Just faults right now, will add other traps later. Signed-off-by: David S. Miller <davem@davemloft.net>
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 8a68b2448468..33e7a38b6eb9 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -1441,7 +1441,7 @@ static struct ctl_table fs_table[] = {
};
static struct ctl_table debug_table[] = {
-#if defined(CONFIG_X86) || defined(CONFIG_PPC)
+#if defined(CONFIG_X86) || defined(CONFIG_PPC) || defined(CONFIG_SPARC)
{
.procname = "exception-trace",
.data = &show_unhandled_signals,