diff options
Diffstat (limited to 'include/asm-x86/nmi_64.h')
-rw-r--r-- | include/asm-x86/nmi_64.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/nmi_64.h b/include/asm-x86/nmi_64.h index 92f36fb1dc62..2eeb74e5f3ff 100644 --- a/include/asm-x86/nmi_64.h +++ b/include/asm-x86/nmi_64.h | |||
@@ -38,7 +38,6 @@ extern void die_nmi(char *str, struct pt_regs *regs, int do_panic); | |||
38 | 38 | ||
39 | #define get_nmi_reason() inb(0x61) | 39 | #define get_nmi_reason() inb(0x61) |
40 | 40 | ||
41 | extern int panic_on_timeout; | ||
42 | extern int unknown_nmi_panic; | 41 | extern int unknown_nmi_panic; |
43 | extern int nmi_watchdog_enabled; | 42 | extern int nmi_watchdog_enabled; |
44 | 43 | ||
@@ -57,7 +56,6 @@ extern void enable_timer_nmi_watchdog(void); | |||
57 | extern int nmi_watchdog_tick (struct pt_regs * regs, unsigned reason); | 56 | extern int nmi_watchdog_tick (struct pt_regs * regs, unsigned reason); |
58 | 57 | ||
59 | extern void nmi_watchdog_default(void); | 58 | extern void nmi_watchdog_default(void); |
60 | extern int setup_nmi_watchdog(char *); | ||
61 | 59 | ||
62 | extern atomic_t nmi_active; | 60 | extern atomic_t nmi_active; |
63 | extern unsigned int nmi_watchdog; | 61 | extern unsigned int nmi_watchdog; |