aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar2009-01-28 09:09:23 -0600
committerIngo Molnar2009-01-28 16:20:31 -0600
commit6f177c01db6b865181fbc6c948381b290ee09718 (patch)
tree6fe3dd753a9a8ba99c42452ef9cd9d98bee4315b /arch/x86/mach-generic/es7000.c
parentdac5f4121df3c39fdb2ea57acd669a0ae19e46f8 (diff)
downloadkernel-common-6f177c01db6b865181fbc6c948381b290ee09718.tar.gz
kernel-common-6f177c01db6b865181fbc6c948381b290ee09718.tar.xz
kernel-common-6f177c01db6b865181fbc6c948381b290ee09718.zip
x86, smp: clean up ->trampoline_phys_low/high handling
- spread out the namespace on a per apic driver basis - remove wrapper macros 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c
index d36642e6d90..871e85445e2 100644
--- a/arch/x86/mach-generic/es7000.c
+++ b/arch/x86/mach-generic/es7000.c
@@ -140,8 +140,8 @@ struct genapic apic_es7000 = {
140 .send_IPI_self = NULL, 140 .send_IPI_self = NULL,
141 141
142 .wakeup_cpu = NULL, 142 .wakeup_cpu = NULL,
143 .trampoline_phys_low = TRAMPOLINE_PHYS_LOW, 143 .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW,
144 .trampoline_phys_high = TRAMPOLINE_PHYS_HIGH, 144 .trampoline_phys_high = DEFAULT_TRAMPOLINE_PHYS_HIGH,
145 .wait_for_init_deassert = wait_for_init_deassert, 145 .wait_for_init_deassert = wait_for_init_deassert,
146 .smp_callin_clear_local_apic = smp_callin_clear_local_apic, 146 .smp_callin_clear_local_apic = smp_callin_clear_local_apic,
147 .store_NMI_vector = store_NMI_vector, 147 .store_NMI_vector = store_NMI_vector,