x86, smp: refactor ->wait_for_init_deassert()
[sfrench/cifs-2.6.git] / arch / x86 / mach-generic / default.c
index 17d8f9c22180f12e7cf8398239ff7169b902e0a5..c2464843df9e6906adaddd43b8a67f151d6585c7 100644 (file)
@@ -87,7 +87,9 @@ struct genapic apic_default = {
        .wakeup_cpu                     = NULL,
        .trampoline_phys_low            = DEFAULT_TRAMPOLINE_PHYS_LOW,
        .trampoline_phys_high           = DEFAULT_TRAMPOLINE_PHYS_HIGH,
-       .wait_for_init_deassert         = wait_for_init_deassert,
+
+       .wait_for_init_deassert         = default_wait_for_init_deassert,
+
        .smp_callin_clear_local_apic    = smp_callin_clear_local_apic,
        .store_NMI_vector               = store_NMI_vector,
        .restore_NMI_vector             = restore_NMI_vector,