projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24dead8
)
[PATCH] x86-64: Fix typo CONFIG_CPU_HOTPLUG -> CONFIG_HOTPLUG_CPU in genapic.c
author
Andi Kleen
<ak@suse.de>
Mon, 12 Sep 2005 16:49:24 +0000
(18:49 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 12 Sep 2005 17:50:56 +0000
(10:50 -0700)
Noted by Ashok Raj
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/genapic.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/kernel/genapic.c
b/arch/x86_64/kernel/genapic.c
index f3159a496e39ca2c6136b6bae47c72ecb11d1371..fe416fd4dbe0b913a0b275af6233ae6521327dc8 100644
(file)
--- a/
arch/x86_64/kernel/genapic.c
+++ b/
arch/x86_64/kernel/genapic.c
@@
-72,7
+72,7
@@
void __init clustered_apic_check(void)
/* Don't use clustered mode on AMD platforms. */
if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) {
genapic = &apic_physflat;
-#ifndef CONFIG_
CPU_HOTPLUG
+#ifndef CONFIG_
HOTPLUG_CPU
/* In the CPU hotplug case we cannot use broadcast mode
because that opens a race when a CPU is removed.
Stay at physflat mode in this case.