[PATCH 7/8] Page-align the GDT

2007-03-06 Thread Rusty Russell
Xen wants a dedicated page for the GDT. I believe VMI likes it too. lguest, KVM and native don't care. Simple transformation to page-aligned "struct gdt_page". Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> diff -r 576929b5b43f arch/i386/kernel/cpu/common.c ---

[PATCH 7/8] Page-align the GDT

2007-03-06 Thread Rusty Russell
Xen wants a dedicated page for the GDT. I believe VMI likes it too. lguest, KVM and native don't care. Simple transformation to page-aligned struct gdt_page. Signed-off-by: Rusty Russell [EMAIL PROTECTED] diff -r 576929b5b43f arch/i386/kernel/cpu/common.c --- a/arch/i386/kernel/cpu/common.c