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