diff options
-rw-r--r-- | arch/x86_64/kernel/genapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/genapic.c b/arch/x86_64/kernel/genapic.c index f3159a496e39..fe416fd4dbe0 100644 --- a/arch/x86_64/kernel/genapic.c +++ b/arch/x86_64/kernel/genapic.c | |||
@@ -72,7 +72,7 @@ void __init clustered_apic_check(void) | |||
72 | /* Don't use clustered mode on AMD platforms. */ | 72 | /* Don't use clustered mode on AMD platforms. */ |
73 | if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { | 73 | if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) { |
74 | genapic = &apic_physflat; | 74 | genapic = &apic_physflat; |
75 | #ifndef CONFIG_CPU_HOTPLUG | 75 | #ifndef CONFIG_HOTPLUG_CPU |
76 | /* In the CPU hotplug case we cannot use broadcast mode | 76 | /* In the CPU hotplug case we cannot use broadcast mode |
77 | because that opens a race when a CPU is removed. | 77 | because that opens a race when a CPU is removed. |
78 | Stay at physflat mode in this case. | 78 | Stay at physflat mode in this case. |