diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-06-17 11:31:15 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-06-17 11:31:15 -0400 |
commit | 1bf7b31efa0c322d93cb3f772cd9bc743e8bb42d (patch) | |
tree | 5bd46f735fc747e6ec89b02c9f4adb539b19c315 /arch/x86 | |
parent | 1af0815f9639752409a9c15ba6a3dc0f322fd114 (diff) |
x86, mce: mce_intel.c needs <asm/apic.h>
mce_intel.c uses apic_write() and lapic_get_maxlvt(), and so it needs
<asm/apic.h>.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/mce_intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/mce_intel.c b/arch/x86/kernel/cpu/mcheck/mce_intel.c index 663a88e8b3c7..e1acec0f7a32 100644 --- a/arch/x86/kernel/cpu/mcheck/mce_intel.c +++ b/arch/x86/kernel/cpu/mcheck/mce_intel.c | |||
@@ -8,6 +8,7 @@ | |||
8 | #include <linux/init.h> | 8 | #include <linux/init.h> |
9 | #include <linux/interrupt.h> | 9 | #include <linux/interrupt.h> |
10 | #include <linux/percpu.h> | 10 | #include <linux/percpu.h> |
11 | #include <asm/apic.h> | ||
11 | #include <asm/processor.h> | 12 | #include <asm/processor.h> |
12 | #include <asm/msr.h> | 13 | #include <asm/msr.h> |
13 | #include <asm/mce.h> | 14 | #include <asm/mce.h> |