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

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