x86: apic namespace cleanup
[deliverable/linux.git] / arch / x86 / kernel / setup.c
index 2d93026af7cd68beb55f86ed462f6b52293e6fcf..fda22ec1a935d9cab7fbc21eb458bb93600d9b9c 100644 (file)
@@ -129,9 +129,9 @@ int default_cpu_present_to_apicid(int mps_cpu)
        return __default_cpu_present_to_apicid(mps_cpu);
 }
 
-int default_check_phys_apicid_present(int boot_cpu_physical_apicid)
+int default_check_phys_apicid_present(int phys_apicid)
 {
-       return __default_check_phys_apicid_present(boot_cpu_physical_apicid);
+       return __default_check_phys_apicid_present(phys_apicid);
 }
 #endif
 
This page took 0.024351 seconds and 5 git commands to generate.