patch-2.4.0-prerelease linux/arch/i386/kernel/time.c

Next file: linux/arch/i386/lib/Makefile
Previous file: linux/arch/i386/kernel/smpboot.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/arch/i386/kernel/time.c linux/arch/i386/kernel/time.c
@@ -105,7 +105,7 @@
 
 	__asm__("mull %2"
 		:"=a" (eax), "=d" (edx)
-		:"g" (fast_gettimeoffset_quotient),
+		:"rm" (fast_gettimeoffset_quotient),
 		 "0" (eax));
 
 	/* our adjusted time offset in microseconds */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)