X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Flguest%2Fx86%2Fcore.c;h=635187812d52b11cf85ed65a3ae88ef6fabf6f7f;hb=e95035c61a4c3dae1aa543a5bf5b39846daca061;hp=61f2f8eb8cad7edb744559c873a854b483a3fcdc;hpb=24af8cb86973dde9bf8df51bef923fda8718bdb5;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/lguest/x86/core.c b/drivers/lguest/x86/core.c index 61f2f8e..6351878 100644 --- a/drivers/lguest/x86/core.c +++ b/drivers/lguest/x86/core.c @@ -94,7 +94,7 @@ static void copy_in_guest_info(struct lg_cpu *cpu, struct lguest_pages *pages) /* Set up the two "TSS" members which tell the CPU what stack to use * for traps which do directly into the Guest (ie. traps at privilege * level 1). */ - pages->state.guest_tss.esp1 = cpu->esp1; + pages->state.guest_tss.sp1 = cpu->esp1; pages->state.guest_tss.ss1 = cpu->ss1; /* Copy direct-to-Guest trap entries. */