patch-2.3.11 linux/include/asm-i386/system.h
Next file: linux/include/asm-ppc/machdep.h
Previous file: linux/include/asm-i386/smp.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Wed Jul 21 14:52:45 1999
- Orig file:
v2.3.10/linux/include/asm-i386/system.h
- Orig date:
Tue Jun 22 14:41:38 1999
diff -u --recursive --new-file v2.3.10/linux/include/asm-i386/system.h linux/include/asm-i386/system.h
@@ -22,9 +22,9 @@
"popl %%ebp\n\t" \
"popl %%edi\n\t" \
"popl %%esi\n\t" \
- :"=m" (prev->tss.esp),"=m" (prev->tss.eip), \
+ :"=m" (prev->thread.esp),"=m" (prev->thread.eip), \
"=b" (last) \
- :"m" (next->tss.esp),"m" (next->tss.eip), \
+ :"m" (next->thread.esp),"m" (next->thread.eip), \
"a" (prev), "d" (next), \
"b" (prev)); \
} while (0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)