time: x86: Remove CLOCK_TICK_RATE from tsc code
authorDeepak Saxena <dsaxena@linaro.org>
Tue, 1 Nov 2011 21:25:07 +0000 (14:25 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 22 Nov 2011 03:00:56 +0000 (19:00 -0800)
commitb7743970b054a08acf6445cc6d10838e60cdb639
tree7f7dd2c1cb9971cb72fa6203ddca4ad84fbb25f0
parent3f86f28ffc298e168692ce88791c1d64a03b655b
time: x86: Remove CLOCK_TICK_RATE from tsc code

The tsc code uses CLOCK_TICK_RATE which on x86
is defined to just be the same as PIT_TICK_RATE.
This patch updates the code use the later
as we want to depecrate and remove the global
CLOCK_TICK_RATE symbol.

Signed-off-by: Deepak Saxena <dsaxena@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
arch/x86/kernel/tsc.c