]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] x86: fix PDA variables to work during boot
authorJames Bottomley <James.Bottomley@SteelEye.com>
Mon, 22 Jan 2007 15:18:31 +0000 (09:18 -0600)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 23 Jan 2007 03:39:36 +0000 (19:39 -0800)
commit9ee79a3d372fcb6729893437f4923c5efd1f85db
tree6a220d2935ed4c539e41a9ad7057bfbc21deafd8
parentebcccd14b73831fa7fbc197e1d2b9c710a65731e
[PATCH] x86: fix PDA variables to work during boot

The current PDA code, which went in in post 2.6.19 has a flaw in that it
doesn't correctly cycle the GDT and %GS segment through the boot PDA,
the CPU PDA and finally the per-cpu PDA.

The bug generally doesn't show up if the boot CPU id is zero, but
everything falls apart for a non zero boot CPU id.  The basically kills
voyager which is perfectly capable of doing non zero CPU id boots, so
voyager currently won't boot without this.

The fix is to be careful and actually do the GDT setups correctly.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Cc: Andi Kleen <ak@suse.de>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/cpu/common.c
arch/i386/kernel/smpboot.c
arch/i386/mach-voyager/voyager_smp.c
include/asm-i386/processor.h