The patch titled
     x86_64: do not clear cpu_index set by store_cpu_info
has been removed from the -mm tree.  Its filename was
     x86_64-do-not-clear-cpu_index-set-by-store_cpu_info.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: x86_64: do not clear cpu_index set by store_cpu_info
From: Yinghai Lu <[EMAIL PROTECTED]>

early_indentify_cpu() is called after store_cpu_info().  So don't clear the
assigned cpu_index.

Signed-off-by: Yinghai Lu <[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/setup_64.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/kernel/setup_64.c~x86_64-do-not-clear-cpu_index-set-by-store_cpu_info 
arch/x86/kernel/setup_64.c
--- 
a/arch/x86/kernel/setup_64.c~x86_64-do-not-clear-cpu_index-set-by-store_cpu_info
+++ a/arch/x86/kernel/setup_64.c
@@ -940,7 +940,6 @@ void __cpuinit early_identify_cpu(struct
 
 #ifdef CONFIG_SMP
        c->phys_proc_id = (cpuid_ebx(1) >> 24) & 0xff;
-       c->cpu_index = 0;
 #endif
 
        /* AMD-defined flags: level 0x80000001 */
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.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
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

Reply via email to