Re: [PATCH] i386: Selectable Frequency of the Timer Interrupt

From: Linus Torvalds
Date: Thu Jul 14 2005 - 12:30:00 EST




On Thu, 14 Jul 2005, Chris Friesen wrote:
>
> But if all I really want is to sleep for 20ms, what does the additional
> power actually buy me?

If you _only_ want to sleep for 20ms, it doesn't buy you anything.

But the sleep is often part of a bigger picture, where the 20ms might be
part of a bigger loop that wants to run for at most a second, after which
it will error out.

At which point it's not just about sleeping 20ms any more.

I'm not saying that we should get rid of msleep(). I'm saying that anybody
who thinks the jiffies-based stuff should always be rewritten as msleep()
simply doesn't know what the hell he is talking about. At ALL.

Jiffies are here to stay, and they are here to stay for some very very
fundamental reasons. If you hear somebody arguing for removing jiffies,
you should piss in their general direction, and realize that they don't
know what they are talking about.

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