The patch titled
x86_64: do not set boot cpu in cpu_online_map at x86_64_start_kernel()
has been added to the -mm tree. Its filename is
x86_64-do-not-set-boot-cpu-in-cpu_online_map-at-x86_64_start_kernel.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: x86_64: do not set boot cpu in cpu_online_map at x86_64_start_kernel()
From: Yinghai Lu <[EMAIL PROTECTED]>
In init/main.c boot_cpu_init() does that later
Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]>
Cc: Zachary Amsden <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: Andi Kleen <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/x86/kernel/head64.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff -puN
arch/x86/kernel/head64.c~x86_64-do-not-set-boot-cpu-in-cpu_online_map-at-x86_64_start_kernel
arch/x86/kernel/head64.c
---
a/arch/x86/kernel/head64.c~x86_64-do-not-set-boot-cpu-in-cpu_online_map-at-x86_64_start_kernel
+++ a/arch/x86/kernel/head64.c
@@ -69,8 +69,6 @@ void __init x86_64_start_kernel(char * r
pda_init(0);
copy_bootdata(__va(real_mode_data));
-#ifdef CONFIG_SMP
- cpu_set(0, cpu_online_map);
-#endif
+
start_kernel();
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
cpufreq-powernow-k8-print-pstate-instead-of-fid-did-for-family-10h.patch
serial-keep-the-dtr-setting-for-serial-console.patch
git-x86.patch
x86_64-set-cpu_index-to-nr_cpus-instead-of-0.patch
x86_64-do-not-set-boot-cpu-in-cpu_online_map-at-x86_64_start_kernel.patch
kernel-printkc-concerns-about-the-console-handover.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html