Re: [PATCH] lguest: fix mis-merge against hpa's TSS renaming

2008-01-31 Thread Ingo Molnar
> * Rusty Russell <[EMAIL PROTECTED]> wrote: > > > --- a/drivers/lguest/x86/core.c Thu Jan 31 14:50:43 2008 +1100 > > +++ b/drivers/lguest/x86/core.c Thu Jan 31 17:58:44 2008 +1100 > > @@ -94,7 +94,7 @@ static void copy_in_guest_info(struct lg > > /* Set up the two "TSS" members which

Re: [PATCH] lguest: fix mis-merge against hpa's TSS renaming

2008-01-31 Thread Ingo Molnar
* Rusty Russell <[EMAIL PROTECTED]> wrote: > --- a/drivers/lguest/x86/core.c Thu Jan 31 14:50:43 2008 +1100 > +++ b/drivers/lguest/x86/core.c Thu Jan 31 17:58:44 2008 +1100 > @@ -94,7 +94,7 @@ static void copy_in_guest_info(struct lg > /* Set up the two "TSS" members which tell

[PATCH] lguest: fix mis-merge against hpa's TSS renaming

2008-01-30 Thread Rusty Russell
drivers/lguest/x86/core.c: In function ‘copy_in_guest_info’: drivers/lguest/x86/core.c:97: error: ‘struct x86_hw_tss’ has no member named ‘esp1’ Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> diff -r bf3a09b5070a drivers/lguest/x86/core.c --- a/drivers/lguest/x86/core.c Thu Jan 31 14:50:43 200