Re: [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasingproblem)

From: Christoph Lameter
Date: Thu Mar 02 2006 - 14:10:06 EST


On Thu, 2 Mar 2006, Atsushi Nemoto wrote:

> In kernel 2.6, update_times() is called directly in timer interrupt,
> so there is no point calculating ticks here. This also get rid of
> difference of jiffies and jiffies_64 due to compiler's optimization
> (which was reported previously with subject "jiffies_64 vs. jiffies").

If update_wall_time() and calc_load() are always called with the constant
one then you may be able to optimize these two functions as well.
-
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/