]> Git Repo - linux.git/blobdiff - kernel/sysctl.c
Merge branch 'linus' into perfcounters/core
[linux.git] / kernel / sysctl.c
index 9fd4e436b6961dcfad28d98559330df88abf5fa8..a7e4eb0525b19e768cf6d729f0db3b07d5d35dd5 100644 (file)
@@ -730,6 +730,14 @@ static struct ctl_table kern_table[] = {
                .mode           = 0444,
                .proc_handler   = &proc_dointvec,
        },
+       {
+               .ctl_name       = CTL_UNNUMBERED,
+               .procname       = "bootloader_version",
+               .data           = &bootloader_version,
+               .maxlen         = sizeof (int),
+               .mode           = 0444,
+               .proc_handler   = &proc_dointvec,
+       },
        {
                .ctl_name       = CTL_UNNUMBERED,
                .procname       = "kstack_depth_to_print",
This page took 0.030484 seconds and 4 git commands to generate.