|
@@ -212,7 +212,7 @@ struct apic apic_flat = {
|
|
|
.trampoline_phys_high = DEFAULT_TRAMPOLINE_PHYS_HIGH,
|
|
|
.wait_for_init_deassert = NULL,
|
|
|
.smp_callin_clear_local_apic = NULL,
|
|
|
- .inquire_remote_apic = NULL,
|
|
|
+ .inquire_remote_apic = default_inquire_remote_apic,
|
|
|
|
|
|
.read = native_apic_mem_read,
|
|
|
.write = native_apic_mem_write,
|
|
@@ -362,7 +362,7 @@ struct apic apic_physflat = {
|
|
|
.trampoline_phys_high = DEFAULT_TRAMPOLINE_PHYS_HIGH,
|
|
|
.wait_for_init_deassert = NULL,
|
|
|
.smp_callin_clear_local_apic = NULL,
|
|
|
- .inquire_remote_apic = NULL,
|
|
|
+ .inquire_remote_apic = default_inquire_remote_apic,
|
|
|
|
|
|
.read = native_apic_mem_read,
|
|
|
.write = native_apic_mem_write,
|