Re: do we still need the jiffies wraparound functions ?

From: Tim Schmielau
Date: Mon Dec 26 2005 - 23:19:59 EST


On Tue, 27 Dec 2005, jeff shia wrote:

> Under the kernel 2.6.x,the jiffies is defined as u64.We cannot count
> on it to overflow.

Actually, no. jiffies is still defined as unsigned long, which reduces
overhead where 64 bit jiffies are not needed. Only jiffies_64 is an u64.

> Do we still need the functions to solve this problem?

Yes.

Tim
-
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/