[PATCH] i386: i386 separate hardware-defined TSS from Linux additions
commita75c54f933bd8db9f4a609bd128663c179b3e6a1
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 2 May 2007 17:27:13 +0000 (2 19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:13 +0000 (2 19:27 +0200)
tree8b7dd866185bec34146eb537f057b6b496c78443
parent82d1bb725e128c97b362a4b33fcbfff08fdaaa5a
[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 <rusty@rustcorp.com.au>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/asm-offsets.c
arch/i386/kernel/doublefault.c
arch/i386/kernel/ioport.c
arch/i386/kernel/process.c
arch/i386/kernel/sysenter.c
arch/i386/kernel/traps.c
arch/i386/kernel/vmi.c
include/asm-i386/processor.h