x86: refactor ->check_phys_apicid_present() subarch methods
[linux-2.6-block.git] / arch / x86 / kernel / genx2apic_phys.c
index 49a449178c3be2328283211d81b299b32c1cb0f3..7177a1110f0d3bfdb661d13753c0e1d602958387 100644 (file)
@@ -198,7 +198,7 @@ struct genapic apic_x2apic_phys = {
        .cpu_present_to_apicid          = default_cpu_present_to_apicid,
        .apicid_to_cpu_present          = NULL,
        .setup_portio_remap             = NULL,
-       .check_phys_apicid_present      = NULL,
+       .check_phys_apicid_present      = default_check_phys_apicid_present,
        .enable_apic_mode               = NULL,
        .phys_pkg_id                    = phys_pkg_id,
        .mps_oem_check                  = NULL,