|
|
@@ -197,7 +197,7 @@ struct genapic apic_flat = {
|
|
|
.multi_timer_check = NULL,
|
|
|
.apicid_to_node = NULL,
|
|
|
.cpu_to_logical_apicid = NULL,
|
|
|
- .cpu_present_to_apicid = NULL,
|
|
|
+ .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
|
|
.apicid_to_cpu_present = NULL,
|
|
|
.setup_portio_remap = NULL,
|
|
|
.check_phys_apicid_present = NULL,
|
|
|
@@ -341,7 +341,7 @@ struct genapic apic_physflat = {
|
|
|
.multi_timer_check = NULL,
|
|
|
.apicid_to_node = NULL,
|
|
|
.cpu_to_logical_apicid = NULL,
|
|
|
- .cpu_present_to_apicid = NULL,
|
|
|
+ .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
|
|
.apicid_to_cpu_present = NULL,
|
|
|
.setup_portio_remap = NULL,
|
|
|
.check_phys_apicid_present = NULL,
|