From: Deepak Saxena Date: Tue, 1 Nov 2011 21:25:07 +0000 (-0700) Subject: time: x86: Remove CLOCK_TICK_RATE from tsc code X-Git-Tag: v3.3-rc1~190^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7743970b054a08acf6445cc6d10838e60cdb639;p=pandora-kernel.git 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 Signed-off-by: John Stultz --- Reading git-diff-tree failed