x86: remove useless static current_tsc_khz variable
commit0748aca6f0af917591dcfd70dccac770a25d4f71
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 May 2008 08:34:20 +0000 (13 10:34 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 22 May 2008 16:34:40 +0000 (22 18:34 +0200)
tree9ddcb0a6b37f09e00d5da9835488c455d691cb8d
parent7c4728f4a865067d96fb84f1d9c65e0ccd1f355d
x86: remove useless static current_tsc_khz variable

current_tsc_khz is just written by the init code and never used
again. Remove it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/tsc_32.c