x86, mce: mce_intel.c needs <asm/apic.h>
authorH. Peter Anvin <hpa@zytor.com>
Wed, 17 Jun 2009 15:31:15 +0000 (08:31 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 17 Jun 2009 15:31:15 +0000 (08:31 -0700)
commit1bf7b31efa0c322d93cb3f772cd9bc743e8bb42d
tree5bd46f735fc747e6ec89b02c9f4adb539b19c315
parent1af0815f9639752409a9c15ba6a3dc0f322fd114
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>
arch/x86/kernel/cpu/mcheck/mce_intel.c