From: Rusty Russell Date: Wed, 2 May 2007 17:27:13 +0000 (+0200) Subject: [PATCH] i386: i386 separate hardware-defined TSS from Linux additions X-Git-Tag: v2.6.22-rc1~1011^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75c54f933bd8db9f4a609bd128663c179b3e6a1;p=pandora-kernel.git [PATCH] i386: i386 separate hardware-defined TSS from Linux additions On Thu, 2007-03-29 at 13:16 +0200, Andi Kleen wrote: > Please clean it up properly with two structs. Not sure about this, now I've done it. Running it here. If you like it, I can do x86-64 as well. == lguest defines its own TSS struct because the "struct tss_struct" contains linux-specific additions. Andi asked me to split the struct in processor.h. Unfortunately it makes usage a little awkward. Signed-off-by: Rusty Russell Signed-off-by: Andi Kleen --- Reading git-diff-tree failed