|
@@ -197,7 +197,6 @@ static struct apic apic_flat = {
|
|
|
.send_IPI_self = apic_send_IPI_self,
|
|
|
|
|
|
.wait_for_init_deassert = false,
|
|
|
- .smp_callin_clear_local_apic = NULL,
|
|
|
.inquire_remote_apic = default_inquire_remote_apic,
|
|
|
|
|
|
.read = native_apic_mem_read,
|
|
@@ -311,7 +310,6 @@ static struct apic apic_physflat = {
|
|
|
.send_IPI_self = apic_send_IPI_self,
|
|
|
|
|
|
.wait_for_init_deassert = false,
|
|
|
- .smp_callin_clear_local_apic = NULL,
|
|
|
.inquire_remote_apic = default_inquire_remote_apic,
|
|
|
|
|
|
.read = native_apic_mem_read,
|