kernel: add panic_on_warn
[linux-2.6-block.git] / include / uapi / linux / sysctl.h
index 43aaba1cc0372c050f5d5caf0903609ed46f73e0..0956373b56db7825c965fa18084bfedb3f21df3c 100644 (file)
@@ -153,6 +153,7 @@ enum
        KERN_MAX_LOCK_DEPTH=74, /* int: rtmutex's maximum lock depth */
        KERN_NMI_WATCHDOG=75, /* int: enable/disable nmi watchdog */
        KERN_PANIC_ON_NMI=76, /* int: whether we will panic on an unrecovered */
+       KERN_PANIC_ON_WARN=77, /* int: call panic() in WARN() functions */
 };