linux/arch/x86/lguest
Glauber de Oliveira Costa 6b68f01baa x86: unify struct desc_ptr
This patch unifies struct desc_ptr between i386 and x86_64.
They can be expressed in the exact same way in C code, only
having to change the name of one of them. As Xgt_desc_struct
is ugly and big, this is the one that goes away.

There's also a padding field in i386, but it is not really
needed in the C structure definition.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-01-30 13:31:12 +01:00
..
boot.c x86: unify struct desc_ptr 2008-01-30 13:31:12 +01:00
i386_head.S lguest: documentation update 2007-10-25 15:02:50 +10:00
Kconfig lguest: prevent VISWS or VOYAGER randconfigs 2007-11-29 09:24:55 -08:00
Makefile Move lguest guest support to arch/x86. 2007-10-23 15:49:50 +10:00