diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:17:08 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:17:08 -0400 |
commit | 4b62ac9a2b859f932afd5625362c927111b7dd9b (patch) | |
tree | 30b159e2a0ffa635488feae5587640a7c21372f3 /include/asm-x86/nmi.h | |
parent | 2b4fa851b2f06fdb04cac808b57324f5e51e1578 (diff) | |
parent | 8700600a74852d75eb965b969dcf9f58e2b32546 (diff) |
Merge branch 'x86/nmi' into x86/devel
Conflicts:
arch/x86/kernel/nmi.c
arch/x86/kernel/nmi_32.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/nmi.h')
-rw-r--r-- | include/asm-x86/nmi.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/asm-x86/nmi.h b/include/asm-x86/nmi.h index 05449ef830a7..f0e435dd38fb 100644 --- a/include/asm-x86/nmi.h +++ b/include/asm-x86/nmi.h | |||
@@ -17,12 +17,10 @@ int do_nmi_callback(struct pt_regs *regs, int cpu); | |||
17 | 17 | ||
18 | #ifdef CONFIG_X86_64 | 18 | #ifdef CONFIG_X86_64 |
19 | extern void default_do_nmi(struct pt_regs *); | 19 | extern void default_do_nmi(struct pt_regs *); |
20 | extern void die_nmi(char *str, struct pt_regs *regs, int do_panic); | ||
21 | extern void nmi_watchdog_default(void); | ||
22 | #else | ||
23 | #define nmi_watchdog_default() do {} while (0) | ||
24 | #endif | 20 | #endif |
25 | 21 | ||
22 | extern void die_nmi(char *str, struct pt_regs *regs, int do_panic); | ||
23 | extern void nmi_watchdog_default(void); | ||
26 | extern int check_nmi_watchdog(void); | 24 | extern int check_nmi_watchdog(void); |
27 | extern int nmi_watchdog_enabled; | 25 | extern int nmi_watchdog_enabled; |
28 | extern int avail_to_resrv_perfctr_nmi_bit(unsigned int); | 26 | extern int avail_to_resrv_perfctr_nmi_bit(unsigned int); |