--- arch/x86/kernel/head64.c | 6 ++++++ arch/x86/kernel/setup64.c | 12 ++++++++++-- arch/x86/kernel/smpboot_64.c | 16 ---------------- include/asm-x86/pda.h | 1 - 4 files changed, 16 insertions(+), 19 deletions(-) Index: linux-2.6.24-rc3-mm2/arch/x86/kernel/setup64.c =================================================================== --- linux-2.6.24-rc3-mm2.orig/arch/x86/kernel/setup64.c 2007-11-28 19:34:01.142132705 -0800 +++ linux-2.6.24-rc3-mm2/arch/x86/kernel/setup64.c 2007-11-28 19:38:37.065882719 -0800 @@ -125,6 +132,7 @@ void pda_init(int cpu) wrmsrl(MSR_GS_BASE, pda); mb(); + printk(KERN_INFO "Processor #%d: GS for cpu variable access set to %p\n",cpu, pda); pda->cpunumber = cpu; pda->irqcount = -1; pda->kernelstack =