commit | 3d1ba1da2b4ff4ace7801e99fb9a3095b182d847 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jun 02 13:50:10 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jun 02 13:57:12 2008 +0200 |
tree | b94e8958f06b9f64fdaa8f2f20849b6dafb1cc48 | |
parent | 88ff0a474e98f869d8c321e29481f298320100d6 [diff] [blame] |
x86: fix nmi.c build bug apic.h needs to be included for the apic_write_around() definition.
diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c index bf143f1..cbd4fa3 100644 --- a/arch/x86/kernel/nmi.c +++ b/arch/x86/kernel/nmi.c
@@ -11,6 +11,8 @@ * Mikael Pettersson : PM converted to driver model. Disable/enable API. */ +#include <asm/apic.h> + #include <linux/nmi.h> #include <linux/mm.h> #include <linux/delay.h>