commit | c98aa86df3169e5d6275305376043134caa69831 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Tue Feb 12 13:52:37 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Feb 12 14:29:26 2008 -0800 |
tree | 2c6f7f675b62748c6db3bf7ce316b5977f12305c | |
parent | 96b5a46e2a72dc1829370c87053e0cd558d58bc0 [diff] |
timeconst.pl: correct reversal of USEC_TO_HZ and HZ_TO_USEC The USEC_TO_HZ and HZ_TO_USEC constant sets were mislabelled, with seriously incorrect results. This among other things manifested itself as cpufreq not working when a tickless kernel was configured. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Tested-by: Carlos R. Mafra <crmafra@ift.unesp.br> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>