diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 45bd711a242e..944ba03cae19 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -743,6 +743,14 @@ static struct ctl_table kern_table[] = { | |||
743 | }, | 743 | }, |
744 | { | 744 | { |
745 | .ctl_name = CTL_UNNUMBERED, | 745 | .ctl_name = CTL_UNNUMBERED, |
746 | .procname = "bootloader_version", | ||
747 | .data = &bootloader_version, | ||
748 | .maxlen = sizeof (int), | ||
749 | .mode = 0444, | ||
750 | .proc_handler = &proc_dointvec, | ||
751 | }, | ||
752 | { | ||
753 | .ctl_name = CTL_UNNUMBERED, | ||
746 | .procname = "kstack_depth_to_print", | 754 | .procname = "kstack_depth_to_print", |
747 | .data = &kstack_depth_to_print, | 755 | .data = &kstack_depth_to_print, |
748 | .maxlen = sizeof(int), | 756 | .maxlen = sizeof(int), |