|
@@ -200,7 +200,7 @@ struct genapic apic_flat = {
|
|
.cpu_present_to_apicid = default_cpu_present_to_apicid,
|
|
.cpu_present_to_apicid = default_cpu_present_to_apicid,
|
|
.apicid_to_cpu_present = NULL,
|
|
.apicid_to_cpu_present = NULL,
|
|
.setup_portio_remap = NULL,
|
|
.setup_portio_remap = NULL,
|
|
- .check_phys_apicid_present = NULL,
|
|
|
|
|
|
+ .check_phys_apicid_present = default_check_phys_apicid_present,
|
|
.enable_apic_mode = NULL,
|
|
.enable_apic_mode = NULL,
|
|
.phys_pkg_id = phys_pkg_id,
|
|
.phys_pkg_id = phys_pkg_id,
|
|
.mps_oem_check = NULL,
|
|
.mps_oem_check = NULL,
|
|
@@ -344,7 +344,7 @@ struct genapic apic_physflat = {
|
|
.cpu_present_to_apicid = default_cpu_present_to_apicid,
|
|
.cpu_present_to_apicid = default_cpu_present_to_apicid,
|
|
.apicid_to_cpu_present = NULL,
|
|
.apicid_to_cpu_present = NULL,
|
|
.setup_portio_remap = NULL,
|
|
.setup_portio_remap = NULL,
|
|
- .check_phys_apicid_present = NULL,
|
|
|
|
|
|
+ .check_phys_apicid_present = default_check_phys_apicid_present,
|
|
.enable_apic_mode = NULL,
|
|
.enable_apic_mode = NULL,
|
|
.phys_pkg_id = phys_pkg_id,
|
|
.phys_pkg_id = phys_pkg_id,
|
|
.mps_oem_check = NULL,
|
|
.mps_oem_check = NULL,
|