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
- Lines: 9
- Date:
Fri Dec 29 14:07:57 2000
- Orig file:
v2.4.0-test12/linux/arch/i386/kernel/time.c
- Orig date:
Tue Oct 31 12:42:26 2000
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)