diff options
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 803b684676ff..dbe76a14c3c9 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -757,7 +757,7 @@ static int _acpi_map_lsapic(acpi_handle handle, int physid, int *pcpu) | |||
757 | } | 757 | } |
758 | 758 | ||
759 | /* wrapper to silence section mismatch warning */ | 759 | /* wrapper to silence section mismatch warning */ |
760 | int __ref acpi_map_cpu(acpi_handle handle, int physid, int *pcpu) | 760 | int __ref acpi_map_cpu(acpi_handle handle, phys_cpuid_t physid, int *pcpu) |
761 | { | 761 | { |
762 | return _acpi_map_lsapic(handle, physid, pcpu); | 762 | return _acpi_map_lsapic(handle, physid, pcpu); |
763 | } | 763 | } |