I'm ignorant on the issue... does active timer mandate check for
expiration at every timer tick? If yes, it is somewhat silly to use timer:
such check would be more costly than
if(!++jiffies) jiffies_hi++;
(or similar) construct in timer int.
BTW, I always liked above thing more that any other 64 jiffy solution.
What's wrong with it?
-- vda - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/