mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86_64: not set boot cpu in cpu_online_map at x86_64_start_kernel
@ 2007-11-24 22:58 Yinghai Lu
  0 siblings, 0 replies; only message in thread
From: Yinghai Lu @ 2007-11-24 22:58 UTC (permalink / raw)
  To: Andrew Morton, Thomas Gleixner; +Cc: LKML

[PATCH] x86_64: not set boot cpu in cpu_online_map at x86_64_start_kernel

in init/main.c boot_cpu_init() does that later

Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>

diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
index 6b34693..82b9f03 100644
--- a/arch/x86/kernel/head64.c
+++ b/arch/x86/kernel/head64.c
@@ -67,8 +67,6 @@ void __init x86_64_start_kernel(char * real_mode_data)
 
 	pda_init(0);
 	copy_bootdata(__va(real_mode_data));
-#ifdef CONFIG_SMP
-	cpu_set(0, cpu_online_map);
-#endif
+
 	start_kernel();
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-24 22:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-24 22:58 [PATCH] x86_64: not set boot cpu in cpu_online_map at x86_64_start_kernel Yinghai Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®