patch-2.3.34 linux/arch/i386/kernel/vm86.c
Next file: linux/arch/i386/math-emu/Makefile
Previous file: linux/arch/i386/kernel/smp.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Dec 20 15:35:25 1999
- Orig file:
v2.3.33/linux/arch/i386/kernel/vm86.c
- Orig date:
Tue Nov 23 22:42:20 1999
diff -u --recursive --new-file v2.3.33/linux/arch/i386/kernel/vm86.c linux/arch/i386/kernel/vm86.c
@@ -260,7 +260,7 @@
mark_screen_rdonly(tsk);
unlock_kernel();
__asm__ __volatile__(
- "xorl %%eax,%%eax; movl %%ax,%%fs; movl %%ax,%%gs\n\t"
+ "xorl %%eax,%%eax; movl %%eax,%%fs; movl %%eax,%%gs\n\t"
"movl %0,%%esp\n\t"
"jmp ret_from_sys_call"
: /* no outputs */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)