On Mon, 23 Jun 2008 04:29:36 -0700
David Brownell <david-b@pacbell.net> wrote:
There are historical reasons for the timer tick (which isn't visible
outside arch code) being 0 on x86.
0 means "no IRQ" in things like dev->irq. Lots of driver code assumes
this and it has been decreed 'correct'.
Alan
--