dm: fix redundant IO accounting for bios that need splitting
[linux-2.6-microblaze.git] / kernel / sysctl.c
index 7f6c1a3..ba4d9e8 100644 (file)
@@ -807,6 +807,13 @@ static struct ctl_table kern_table[] = {
                .mode           = 0644,
                .proc_handler   = proc_dointvec,
        },
+       {
+               .procname       = "panic_print",
+               .data           = &panic_print,
+               .maxlen         = sizeof(unsigned long),
+               .mode           = 0644,
+               .proc_handler   = proc_doulongvec_minmax,
+       },
 #if defined CONFIG_PRINTK
        {
                .procname       = "printk",