patch-2.0.13 linux/arch/i386/kernel/time.c
Next file: linux/drivers/block/cmd640.c
Previous file: linux/arch/i386/kernel/process.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Wed Aug 14 19:09:52 1996
- Orig file:
v2.0.12/linux/arch/i386/kernel/time.c
- Orig date:
Sun Jun 2 12:37:09 1996
diff -u --recursive --new-file v2.0.12/linux/arch/i386/kernel/time.c linux/arch/i386/kernel/time.c
@@ -68,7 +68,7 @@
*/
if (test_bit(TIMER_BH, &bh_active) )
{
- missing_time = 997670/HZ;
+ missing_time = 1000020/HZ;
}
/* Get last timer tick in absolute kernel time */
@@ -90,7 +90,7 @@
:"r" (tmp),
"0" (eax), "1" (edx));
- edx = 997670/HZ;
+ edx = 1000020/HZ;
tmp = eax;
eax = 0;
@@ -111,7 +111,7 @@
eax -= low_timer;
/*
- * Time offset = (997670/HZ * time_low) / quotient.
+ * Time offset = (1000020/HZ * time_low) / quotient.
*/
__asm__("mull %2"
@@ -124,8 +124,8 @@
* we need to check the result so that we'll get a timer
* that is monotonic.
*/
- if (edx >= 997670/HZ)
- edx = 997670/HZ-1;
+ if (edx >= 1000020/HZ)
+ edx = 1000020/HZ-1;
eax = edx + missing_time;
return eax;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov