Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andi Kleen <ak@suse.de>
+Signed-off-by: Chris Wright <chrisw@osdl.org>
+ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+---
+ arch/x86_64/kernel/smp.c | 65 +++++++++++++++++++++++++++++++++++++++++++
+ arch/x86_64/kernel/smpboot.c | 21 +++++++------
+ include/asm-x86_64/smp.h | 2 +
+ 3 files changed, 79 insertions(+), 9 deletions(-)
-Index: linux-2.6.12/arch/x86_64/kernel/smp.c
+Index: linux-2.6.12.y/arch/x86_64/kernel/smp.c
===================================================================
---- linux-2.6.12.orig/arch/x86_64/kernel/smp.c
-+++ linux-2.6.12/arch/x86_64/kernel/smp.c
+--- linux-2.6.12.y.orig/arch/x86_64/kernel/smp.c
++++ linux-2.6.12.y/arch/x86_64/kernel/smp.c
@@ -284,6 +284,71 @@ struct call_data_struct {
static struct call_data_struct * call_data;