diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/nmi.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-x86/nmi.h b/include/asm-x86/nmi.h index 972a4f6f799a..470bb4aacb75 100644 --- a/include/asm-x86/nmi.h +++ b/include/asm-x86/nmi.h | |||
@@ -38,12 +38,10 @@ static inline void unset_nmi_pm_callback(struct pm_dev *dev) | |||
38 | 38 | ||
39 | #ifdef CONFIG_X86_64 | 39 | #ifdef CONFIG_X86_64 |
40 | extern void default_do_nmi(struct pt_regs *); | 40 | extern void default_do_nmi(struct pt_regs *); |
41 | extern void nmi_watchdog_default(void); | ||
42 | #else | ||
43 | #define nmi_watchdog_default() do { } while (0) | ||
44 | #endif | 41 | #endif |
45 | 42 | ||
46 | extern void die_nmi(char *str, struct pt_regs *regs, int do_panic); | 43 | extern void die_nmi(char *str, struct pt_regs *regs, int do_panic); |
44 | extern void nmi_watchdog_default(void); | ||
47 | extern int check_nmi_watchdog(void); | 45 | extern int check_nmi_watchdog(void); |
48 | extern int nmi_watchdog_enabled; | 46 | extern int nmi_watchdog_enabled; |
49 | extern int avail_to_resrv_perfctr_nmi_bit(unsigned int); | 47 | extern int avail_to_resrv_perfctr_nmi_bit(unsigned int); |