diff options
author | Glauber de Oliveira Costa <gcosta@redhat.com> | 2008-03-19 18:25:35 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:01 +0200 |
commit | e32ede19ac64b5cd896e6d28aa51d34887791ab2 (patch) | |
tree | 24a022ed4206da538141cec834b72ce2ab19128e /arch/x86/kernel/nmi_64.c | |
parent | x86: don't set maps in native_smp_prepare_boot_cpu() (diff) | |
download | linux-e32ede19ac64b5cd896e6d28aa51d34887791ab2.tar.xz linux-e32ede19ac64b5cd896e6d28aa51d34887791ab2.zip |
x86: wipe get_nmi_reason out of nmi_64.h
use mach_traps when it is supposed to be used.
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/nmi_64.c')
-rw-r--r-- | arch/x86/kernel/nmi_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/nmi_64.c b/arch/x86/kernel/nmi_64.c index 9a4fde74bee1..11f9130ac513 100644 --- a/arch/x86/kernel/nmi_64.c +++ b/arch/x86/kernel/nmi_64.c @@ -26,6 +26,8 @@ #include <asm/proto.h> #include <asm/mce.h> +#include <mach_traps.h> + int unknown_nmi_panic; int nmi_watchdog_enabled; int panic_on_unrecovered_nmi; |