|
@@ -176,7 +176,6 @@ static struct apic apic_flat = {
|
|
|
.setup_apic_routing = NULL,
|
|
|
.cpu_present_to_apicid = default_cpu_present_to_apicid,
|
|
|
.apicid_to_cpu_present = NULL,
|
|
|
- .setup_portio_remap = NULL,
|
|
|
.check_phys_apicid_present = default_check_phys_apicid_present,
|
|
|
.enable_apic_mode = NULL,
|
|
|
.phys_pkg_id = flat_phys_pkg_id,
|
|
@@ -286,7 +285,6 @@ static struct apic apic_physflat = {
|
|
|
.setup_apic_routing = NULL,
|
|
|
.cpu_present_to_apicid = default_cpu_present_to_apicid,
|
|
|
.apicid_to_cpu_present = NULL,
|
|
|
- .setup_portio_remap = NULL,
|
|
|
.check_phys_apicid_present = default_check_phys_apicid_present,
|
|
|
.enable_apic_mode = NULL,
|
|
|
.phys_pkg_id = flat_phys_pkg_id,
|