Re: [PATCH 3/3] i386: Replace struct Xgt_desc_struct with struct desc_ptr

2007-07-20 Thread Chris Wright
* Rusty Russell ([EMAIL PROTECTED]) wrote: > Remove i386's Xgt_desc_struct definition and use desc_def.h's desc_ptr. plus this is needed now Index: linus-2.6/drivers/lguest/lg.h === --- linus-2.6.orig/drivers/lguest/lg.h +++

Re: [PATCH 3/3] i386: Replace struct Xgt_desc_struct with struct desc_ptr

2007-07-20 Thread Chris Wright
* Rusty Russell ([EMAIL PROTECTED]) wrote: Remove i386's Xgt_desc_struct definition and use desc_def.h's desc_ptr. plus this is needed now Index: linus-2.6/drivers/lguest/lg.h === --- linus-2.6.orig/drivers/lguest/lg.h +++

[PATCH 3/3] i386: Replace struct Xgt_desc_struct with struct desc_ptr

2007-07-18 Thread Rusty Russell
Remove i386's Xgt_desc_struct definition and use desc_def.h's desc_ptr. The offsets in asm-offsets.c do not seem to be used anywhere, so I simply removed them. Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> diff -r 0b03f449c0b3 arch/i386/kernel/asm-offsets.c ---

[PATCH 3/3] i386: Replace struct Xgt_desc_struct with struct desc_ptr

2007-07-18 Thread Rusty Russell
Remove i386's Xgt_desc_struct definition and use desc_def.h's desc_ptr. The offsets in asm-offsets.c do not seem to be used anywhere, so I simply removed them. Signed-off-by: Rusty Russell [EMAIL PROTECTED] diff -r 0b03f449c0b3 arch/i386/kernel/asm-offsets.c --- a/arch/i386/kernel/asm-offsets.c