x86/ACPI: keep x86_cpu_to_acpiid mapping valid on CPU hotplug
[sfrench/cifs-2.6.git] / arch / ia64 / kernel / acpi.c
index 9273e034b730360a21abeaeaa88aa2e6e2c5401c..7508c306aa9e0d8124f5270e5f8b62cf2b7467b6 100644 (file)
@@ -887,7 +887,8 @@ static int _acpi_map_lsapic(acpi_handle handle, int physid, int *pcpu)
 }
 
 /* wrapper to silence section mismatch warning */
-int __ref acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, int *pcpu)
+int __ref acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, u32 acpi_id,
+                      int *pcpu)
 {
        return _acpi_map_lsapic(handle, physid, pcpu);
 }