summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
diff options
context:
space:
mode:
authorBrian Gerst2009-01-23 03:03:29 +0100
committerTejun Heo2009-01-23 03:03:29 +0100
commit3819cd489ec5d18a4cbd2f05acdc516473caa105 (patch)
treeb3f01152e5594971108e38f79dd97158077be10c /arch/x86/kernel/cpu/mcheck
parentx86: remove idle_timestamp from 32bit irq_cpustat_t (diff)
downloadkernel-qcow2-linux-3819cd489ec5d18a4cbd2f05acdc516473caa105.tar.gz
kernel-qcow2-linux-3819cd489ec5d18a4cbd2f05acdc516473caa105.tar.xz
kernel-qcow2-linux-3819cd489ec5d18a4cbd2f05acdc516473caa105.zip
x86: remove include of apic.h from hardirq_64.h
Impact: cleanup APIC definitions aren't needed here. Remove the include and fix up the fallout. tj: added include to mce_intel_64.c. Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/x86/kernel/cpu/mcheck')
-rw-r--r--arch/x86/kernel/cpu/mcheck/mce_intel_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/mce_intel_64.c b/arch/x86/kernel/cpu/mcheck/mce_intel_64.c
index 4b48f251fd39..5e8c79e748a6 100644
--- a/arch/x86/kernel/cpu/mcheck/mce_intel_64.c
+++ b/arch/x86/kernel/cpu/mcheck/mce_intel_64.c
@@ -7,6 +7,7 @@
#include <linux/interrupt.h>
#include <linux/percpu.h>
#include <asm/processor.h>
+#include <asm/apic.h>
#include <asm/msr.h>
#include <asm/mce.h>
#include <asm/hw_irq.h>