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 65d0b72777ea..fd24c55e4ae2 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -598,7 +598,7 @@ EXPORT_SYMBOL(acpi_map_lsapic); | |||
598 | int acpi_unmap_lsapic(int cpu) | 598 | int acpi_unmap_lsapic(int cpu) |
599 | { | 599 | { |
600 | per_cpu(x86_cpu_to_apicid, cpu) = -1; | 600 | per_cpu(x86_cpu_to_apicid, cpu) = -1; |
601 | cpu_clear(cpu, cpu_present_map); | 601 | set_cpu_present(cpu, false); |
602 | num_processors--; | 602 | num_processors--; |
603 | 603 | ||
604 | return (0); | 604 | return (0); |