aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-generic/es7000.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 11:16:25 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-28 17:20:35 -0500
commit0939e4fd351c58d08d25650797749f18904461af (patch)
tree9789424637fb09af0e69cfb1be56caa65c21e0f1 /arch/x86/mach-generic/es7000.c
parent018e047f3a98bd8d9e9d78b19bc38415f0c34dd7 (diff)
x86, smp: eliminate asm/mach-default/mach_wakecpu.h
Spread mach_wakecpu.h's definitions into apic.h and genapic.h and remove mach_wakecpu.h. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-generic/es7000.c')
-rw-r--r--arch/x86/mach-generic/es7000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c
index 8b6113ec380c..bb11166b7c3c 100644
--- a/arch/x86/mach-generic/es7000.c
+++ b/arch/x86/mach-generic/es7000.c
@@ -14,7 +14,6 @@
14#include <linux/acpi.h> 14#include <linux/acpi.h>
15#include <linux/smp.h> 15#include <linux/smp.h>
16#include <asm/ipi.h> 16#include <asm/ipi.h>
17#include <asm/mach-default/mach_wakecpu.h>
18 17
19#define APIC_DFR_VALUE_CLUSTER (APIC_DFR_CLUSTER) 18#define APIC_DFR_VALUE_CLUSTER (APIC_DFR_CLUSTER)
20#define INT_DELIVERY_MODE_CLUSTER (dest_LowestPrio) 19#define INT_DELIVERY_MODE_CLUSTER (dest_LowestPrio)