Commit 016102de authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86-64: Fix typo CONFIG_CPU_HOTPLUG -> CONFIG_HOTPLUG_CPU in genapic.c

Noted by Ashok Raj
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 24dead8a
...@@ -72,7 +72,7 @@ void __init clustered_apic_check(void) ...@@ -72,7 +72,7 @@ void __init clustered_apic_check(void)
/* Don't use clustered mode on AMD platforms. */ /* Don't use clustered mode on AMD platforms. */
if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) {
genapic = &apic_physflat; genapic = &apic_physflat;
#ifndef CONFIG_CPU_HOTPLUG #ifndef CONFIG_HOTPLUG_CPU
/* In the CPU hotplug case we cannot use broadcast mode /* In the CPU hotplug case we cannot use broadcast mode
because that opens a race when a CPU is removed. because that opens a race when a CPU is removed.
Stay at physflat mode in this case. Stay at physflat mode in this case.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment