x86: refactor ->check_phys_apicid_present() subarch methods
[linux-2.6-block.git] / arch / x86 / mach-generic / numaq.c
index e60361b0bf1ed7c027d737e7f4cce2761409649c..7ec2ca43ca20af82fdebb10fb9f9d6b543496d67 100644 (file)
@@ -85,7 +85,7 @@ struct genapic apic_numaq = {
        .cpu_present_to_apicid          = numaq_cpu_present_to_apicid,
        .apicid_to_cpu_present          = numaq_apicid_to_cpu_present,
        .setup_portio_remap             = numaq_setup_portio_remap,
-       .check_phys_apicid_present      = check_phys_apicid_present,
+       .check_phys_apicid_present      = numaq_check_phys_apicid_present,
        .enable_apic_mode               = enable_apic_mode,
        .phys_pkg_id                    = phys_pkg_id,
        .mps_oem_check                  = mps_oem_check,