aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl_binary.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl_binary.c')
-rw-r--r--kernel/sysctl_binary.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c
index 07148b497451..73c132095a7b 100644
--- a/kernel/sysctl_binary.c
+++ b/kernel/sysctl_binary.c
@@ -140,6 +140,7 @@ static const struct bin_table bin_kern_table[] = {
140 { CTL_INT, KERN_MAX_LOCK_DEPTH, "max_lock_depth" }, 140 { CTL_INT, KERN_MAX_LOCK_DEPTH, "max_lock_depth" },
141 { CTL_INT, KERN_PANIC_ON_NMI, "panic_on_unrecovered_nmi" }, 141 { CTL_INT, KERN_PANIC_ON_NMI, "panic_on_unrecovered_nmi" },
142 { CTL_INT, KERN_PANIC_ON_WARN, "panic_on_warn" }, 142 { CTL_INT, KERN_PANIC_ON_WARN, "panic_on_warn" },
143 { CTL_ULONG, KERN_PANIC_PRINT, "panic_print" },
143 {} 144 {}
144}; 145};
145 146