|
@@ -196,8 +196,6 @@ static struct apic apic_flat = {
|
|
|
.send_IPI_all = flat_send_IPI_all,
|
|
|
.send_IPI_self = apic_send_IPI_self,
|
|
|
|
|
|
- .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW,
|
|
|
- .trampoline_phys_high = DEFAULT_TRAMPOLINE_PHYS_HIGH,
|
|
|
.wait_for_init_deassert = false,
|
|
|
.smp_callin_clear_local_apic = NULL,
|
|
|
.inquire_remote_apic = default_inquire_remote_apic,
|
|
@@ -312,8 +310,6 @@ static struct apic apic_physflat = {
|
|
|
.send_IPI_all = physflat_send_IPI_all,
|
|
|
.send_IPI_self = apic_send_IPI_self,
|
|
|
|
|
|
- .trampoline_phys_low = DEFAULT_TRAMPOLINE_PHYS_LOW,
|
|
|
- .trampoline_phys_high = DEFAULT_TRAMPOLINE_PHYS_HIGH,
|
|
|
.wait_for_init_deassert = false,
|
|
|
.smp_callin_clear_local_apic = NULL,
|
|
|
.inquire_remote_apic = default_inquire_remote_apic,
|