Re: [PATCH] HZ==100 assumptions

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Tue, 27 Jul 1999 17:34:46 +0200


Alan Cox wrote:
> > attached patch kills all HZ==100 assumptions i noticed in various
> > drivers.
>
> Most of these are wrong. It uses 1 to mean "defer as short as possible"

Those drivers have been tested with HZ==100, but probably not with any
other value. Also if HZ is made very large (e.g. microsecond accuracy)
"defer as short as possible" is the wrong behaviour.

So IMHO those 1s should all be changed to HZ/100.

-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/