projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778cb92
)
x86: not set boot cpu in cpu_present_map again
author
Yinghai Lu
<
[email protected]
>
Wed, 30 Jan 2008 12:33:38 +0000
(13:33 +0100)
committer
Ingo Molnar
<
[email protected]
>
Wed, 30 Jan 2008 12:33:38 +0000
(13:33 +0100)
in init/main.c boot_cpu_init() already does that before setup_arch
Signed-off-by: Yinghai Lu <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/kernel/setup_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/setup_64.c
b/arch/x86/kernel/setup_64.c
index c9b7f44ea4978d20b65ef38fb10d1b6027daa262..4ccad185ab7e76ced570c7945ad6b9c41fa25d86 100644
(file)
--- a/
arch/x86/kernel/setup_64.c
+++ b/
arch/x86/kernel/setup_64.c
@@
-414,12
+414,6
@@
void __init setup_arch(char **cmdline_p)
early_quirks();
- /*
- * set this early, so we dont allocate cpu0
- * if MADT list doesnt list BSP first
- * mpparse.c/MP_processor_info() allocates logical cpu numbers.
- */
- cpu_set(0, cpu_present_map);
#ifdef CONFIG_ACPI
/*
* Read APIC and some other early information from ACPI tables.