From: Alok Kataria Date: Mon, 3 Nov 2008 19:18:47 +0000 (-0800) Subject: x86: don't use tsc_khz to calculate lpj if notsc is passed X-Git-Tag: v2.6.28-rc4~23^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70de9a97049e0ba79dc040868564408d5ce697f9;p=pandora-kernel.git x86: don't use tsc_khz to calculate lpj if notsc is passed Impact: fix udelay when "notsc" boot parameter is passed With notsc passed on commandline, tsc may not be used for udelays, make sure that we do not use tsc_khz to calculate the lpj value in such cases. Reported-by: Bartlomiej Zolnierkiewicz Signed-off-by: Alok N Kataria Cc: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed