x86: refactor ->check_phys_apicid_present() subarch methods
[linux-2.6-block.git] / arch / x86 / mach-generic / bigsmp.c
index 424740554a32ca8b0685adf32db224ba2a5b6b10..82743d16c23d278355b09cddb68a11a69512a386 100644 (file)
@@ -85,7 +85,7 @@ struct genapic apic_bigsmp = {
        .cpu_present_to_apicid          = bigsmp_cpu_present_to_apicid,
        .apicid_to_cpu_present          = bigsmp_apicid_to_cpu_present,
        .setup_portio_remap             = NULL,
-       .check_phys_apicid_present      = check_phys_apicid_present,
+       .check_phys_apicid_present      = bigsmp_check_phys_apicid_present,
        .enable_apic_mode               = enable_apic_mode,
        .phys_pkg_id                    = phys_pkg_id,
        .mps_oem_check                  = mps_oem_check,