patch-2.1.92 linux/include/asm-i386/processor.h
Next file: linux/include/asm-i386/unistd.h
Previous file: linux/include/asm-i386/ide.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Apr 1 17:30:30 1998
- Orig file:
v2.1.91/linux/include/asm-i386/processor.h
- Orig date:
Tue Mar 17 22:18:15 1998
diff -u --recursive --new-file v2.1.91/linux/include/asm-i386/processor.h linux/include/asm-i386/processor.h
@@ -179,7 +179,7 @@
#define start_thread(regs, new_eip, new_esp) do {\
unsigned long seg = __USER_DS; \
- __asm__("mov %w0,%%fs ; mov %w0,%%gs":"=r" (seg) :"0" (seg)); \
+ __asm__("movl %w0,%%fs ; movl %w0,%%gs":"=r" (seg) :"0" (seg)); \
set_fs(USER_DS); \
regs->xds = seg; \
regs->xes = seg; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov