|
|
@@ -652,8 +652,7 @@ static struct apic __refdata apic_es7000_cluster = {
|
|
|
.trampoline_phys_low = 0x467,
|
|
|
.trampoline_phys_high = 0x469,
|
|
|
|
|
|
- .wait_for_init_deassert = NULL,
|
|
|
-
|
|
|
+ .wait_for_init_deassert = false,
|
|
|
/* Nothing to do for most platforms, since cleared by the INIT cycle: */
|
|
|
.smp_callin_clear_local_apic = NULL,
|
|
|
.inquire_remote_apic = default_inquire_remote_apic,
|
|
|
@@ -716,8 +715,7 @@ static struct apic __refdata apic_es7000 = {
|
|
|
.trampoline_phys_low = 0x467,
|
|
|
.trampoline_phys_high = 0x469,
|
|
|
|
|
|
- .wait_for_init_deassert = default_wait_for_init_deassert,
|
|
|
-
|
|
|
+ .wait_for_init_deassert = true,
|
|
|
/* Nothing to do for most platforms, since cleared by the INIT cycle: */
|
|
|
.smp_callin_clear_local_apic = NULL,
|
|
|
.inquire_remote_apic = default_inquire_remote_apic,
|