From: Alok Kataria Date: Tue, 24 Jun 2008 01:21:56 +0000 (-0700) Subject: x86: use cpu_khz for loops_per_jiffy calculation, cleanup X-Git-Tag: v2.6.27-rc1~1106^2~249^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f3149f35b9195ef4b761b1353fc0766b5f53be;p=pandora-kernel.git x86: use cpu_khz for loops_per_jiffy calculation, cleanup As suggested by Ingo, remove all references to tsc from init/calibrate.c TSC is x86 specific, and using tsc in variable names in a generic file should be avoided. lpj_tsc is now called lpj_fine, since it is related to fine tuning of lpj value. Also tsc_rate_* is called timer_rate_* Signed-off-by: Alok N Kataria Cc: Arjan van de Ven Cc: Daniel Hecht Cc: Tim Mann Cc: Zach Amsden Cc: Sahil Rihan Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed