--- linux-2.6.0-test9-mm3_patched/arch/i386/kernel/timers/timer_pm.c.orig Wed Nov 19 08:05:19 2003 +++ linux-2.6.0-test9-mm3_patched/arch/i386/kernel/timers/timer_pm.c Wed Nov 19 08:07:41 2003 @@ -150,7 +150,7 @@ static unsigned long long monotonic_cloc /* convert to nanoseconds */ ret = ((this_offset - last_offset) & ACPI_PM_MASK); - ret = base + (cyc2us(ret)*1000); + ret = (base + cyc2us(ret)) * NSEC_PER_USEC; return ret; }