diff options
Diffstat (limited to 'arch/x86/mach-generic/es7000.c')
-rw-r--r-- | arch/x86/mach-generic/es7000.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/mach-generic/es7000.c b/arch/x86/mach-generic/es7000.c index 871e85445e21..4cb3984834ed 100644 --- a/arch/x86/mach-generic/es7000.c +++ b/arch/x86/mach-generic/es7000.c | |||
@@ -142,7 +142,9 @@ struct genapic apic_es7000 = { | |||
142 | .wakeup_cpu = NULL, | 142 | .wakeup_cpu = NULL, |
143 | .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW, | 143 | .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW, |
144 | .trampoline_phys_high = DEFAULT_TRAMPOLINE_PHYS_HIGH, | 144 | .trampoline_phys_high = DEFAULT_TRAMPOLINE_PHYS_HIGH, |
145 | .wait_for_init_deassert = wait_for_init_deassert, | 145 | |
146 | .wait_for_init_deassert = default_wait_for_init_deassert, | ||
147 | |||
146 | .smp_callin_clear_local_apic = smp_callin_clear_local_apic, | 148 | .smp_callin_clear_local_apic = smp_callin_clear_local_apic, |
147 | .store_NMI_vector = store_NMI_vector, | 149 | .store_NMI_vector = store_NMI_vector, |
148 | .restore_NMI_vector = restore_NMI_vector, | 150 | .restore_NMI_vector = restore_NMI_vector, |