aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/nmi_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/nmi_64.h')
-rw-r--r--include/asm-x86/nmi_64.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/nmi_64.h b/include/asm-x86/nmi_64.h
index 65b6acf3bb5..2eeb74e5f3f 100644
--- a/include/asm-x86/nmi_64.h
+++ b/include/asm-x86/nmi_64.h
@@ -1,6 +1,3 @@
1/*
2 * linux/include/asm-i386/nmi.h
3 */
4#ifndef ASM_NMI_H 1#ifndef ASM_NMI_H
5#define ASM_NMI_H 2#define ASM_NMI_H
6 3
@@ -41,7 +38,6 @@ extern void die_nmi(char *str, struct pt_regs *regs, int do_panic);
41 38
42#define get_nmi_reason() inb(0x61) 39#define get_nmi_reason() inb(0x61)
43 40
44extern int panic_on_timeout;
45extern int unknown_nmi_panic; 41extern int unknown_nmi_panic;
46extern int nmi_watchdog_enabled; 42extern int nmi_watchdog_enabled;
47 43
@@ -60,7 +56,6 @@ extern void enable_timer_nmi_watchdog(void);
60extern int nmi_watchdog_tick (struct pt_regs * regs, unsigned reason); 56extern int nmi_watchdog_tick (struct pt_regs * regs, unsigned reason);
61 57
62extern void nmi_watchdog_default(void); 58extern void nmi_watchdog_default(void);
63extern int setup_nmi_watchdog(char *);
64 59
65extern atomic_t nmi_active; 60extern atomic_t nmi_active;
66extern unsigned int nmi_watchdog; 61extern unsigned int nmi_watchdog;