commit | 70de9a97049e0ba79dc040868564408d5ce697f9 | [log] [tgz] |
---|---|---|
author | Alok Kataria <akataria@vmware.com> | Mon Nov 03 11:18:47 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Nov 04 09:55:26 2008 +0100 |
tree | a1bad7a88e347ecac20313e0a852ae1e4c82b63e | |
parent | 73557af5bf32c3db973050de1fb73423e8fc873e [diff] |
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 <bzolnier@gmail.com> Signed-off-by: Alok N Kataria <akataria@vmware.com> Cc: <stable@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>