The patch titled x86_64: do not set boot cpu in cpu_online_map at x86_64_start_kernel() has been removed from the -mm tree. Its filename was x86_64-do-not-set-boot-cpu-in-cpu_online_map-at-x86_64_start_kernel.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: x86_64: do not set boot cpu in cpu_online_map at x86_64_start_kernel() From: Yinghai Lu <Yinghai.Lu@xxxxxxx> In init/main.c boot_cpu_init() does that later Signed-off-by: Yinghai Lu <yinghai.lu@xxxxxxx> Cc: Zachary Amsden <zach@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 Yinghai.Lu@xxxxxxx are origin.patch git-cpufreq.patch serial-keep-the-dtr-setting-for-serial-console.patch git-x86.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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html