Re: do_fast_gettimeoffset(void) buggy? (NO)

Ingo Molnar (mingo@pc5829.hil.siemens.co.at)
Mon, 29 Apr 1996 07:57:29 +0200 (MET DST)


On Sun, 28 Apr 1996, Molnar Ingo wrote:

> usecs := usecs_per_jiffie * (4G-delta_clocks) / clocks_per_jiffie

wheee, it's "delta_clocks-4G", which is "delta_clock" by definition, so
this isnt a bug :((

the other two remarks (2 unnecessary divisions and time drifting
instead of maximising) are still valid .... i guess :)

-- mingo