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 9fd4e436b696..a7e4eb0525b1 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -732,6 +732,14 @@ static struct ctl_table kern_table[] = { | |||
732 | }, | 732 | }, |
733 | { | 733 | { |
734 | .ctl_name = CTL_UNNUMBERED, | 734 | .ctl_name = CTL_UNNUMBERED, |
735 | .procname = "bootloader_version", | ||
736 | .data = &bootloader_version, | ||
737 | .maxlen = sizeof (int), | ||
738 | .mode = 0444, | ||
739 | .proc_handler = &proc_dointvec, | ||
740 | }, | ||
741 | { | ||
742 | .ctl_name = CTL_UNNUMBERED, | ||
735 | .procname = "kstack_depth_to_print", | 743 | .procname = "kstack_depth_to_print", |
736 | .data = &kstack_depth_to_print, | 744 | .data = &kstack_depth_to_print, |
737 | .maxlen = sizeof(int), | 745 | .maxlen = sizeof(int), |