x86: Add sysctl to allow panic on IOCK NMI error
[deliverable/linux.git] / include / linux / kernel.h
index c5a71c38a95f5521b17aef7ca178e43e2ca11b0e..d6320a3e8def0fc22a9595d8ff03f52c08983404 100644 (file)
@@ -58,7 +58,7 @@ extern const char linux_proc_banner[];
 #define _RET_IP_               (unsigned long)__builtin_return_address(0)
 #define _THIS_IP_  ({ __label__ __here; __here: (unsigned long)&&__here; })
 
-#ifdef CONFIG_LBD
+#ifdef CONFIG_LBDAF
 # include <asm/div64.h>
 # define sector_div(a, b) do_div(a, b)
 #else
@@ -303,6 +303,7 @@ extern int oops_in_progress;                /* If set, an oops, panic(), BUG() or die() is in
 extern int panic_timeout;
 extern int panic_on_oops;
 extern int panic_on_unrecovered_nmi;
+extern int panic_on_io_nmi;
 extern const char *print_tainted(void);
 extern void add_taint(unsigned flag);
 extern int test_taint(unsigned flag);
This page took 0.027776 seconds and 5 git commands to generate.