Re: [RFC PATCH] x86:Use cpu_khz for loops_per_jiffy calculation

From: Ingo Molnar
Date: Mon Jun 23 2008 - 19:47:59 EST



* Alok Kataria <akataria@xxxxxxxxxx> wrote:

> > but there's another problem as well: why are generic files
> > (init/calibrate.c and include/linux/delay.h) using something that is
> > named in an x86-specific way - lpj_tsc ? (TSC is an x86 concept)
>
> calibrate_delay_direct was using some variables with "tsc" as the
> prefix (tsc_rate_min/max) ...so i thought of using lpj_tsc. And also
> IMO, lpj_tsc explains how is this variable initialized. But thinking
> about it, maybe we should rename it to "lpj_timer" ?

ok. But instead of 'lpj_timer' i'd suggest to use something like
'lpj_fine' - as this really is about finegrained measurements.

I'd suggest a delta patch against tip/master that renames all those
tsc_* variables to fine_*. So tsc_rate_min would become fine_rate_min,
etc.

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