aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sysctl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 62e4ff9968b5..fba42eda8de2 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -744,6 +744,14 @@ static struct ctl_table kern_table[] = {
744 .proc_handler = &proc_dointvec, 744 .proc_handler = &proc_dointvec,
745 }, 745 },
746 { 746 {
747 .ctl_name = CTL_UNNUMBERED,
748 .procname = "panic_on_io_nmi",
749 .data = &panic_on_io_nmi,
750 .maxlen = sizeof(int),
751 .mode = 0644,
752 .proc_handler = &proc_dointvec,
753 },
754 {
747 .ctl_name = KERN_BOOTLOADER_TYPE, 755 .ctl_name = KERN_BOOTLOADER_TYPE,
748 .procname = "bootloader_type", 756 .procname = "bootloader_type",
749 .data = &bootloader_type, 757 .data = &bootloader_type,