]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: fix sparse warning in xen/time.c
authorHarvey Harrison <harvey.harrison@gmail.com>
Sat, 9 Feb 2008 22:24:08 +0000 (23:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 9 Feb 2008 22:24:08 +0000 (23:24 +0100)
commit88a5ac89667d22e1471ba1f45ea635df1f7da06f
treea3d6ba5b411e006b3f12d409abf0054f9f6ec56f
parent3406c158ba8e83defb178e867919e24e110a59bf
x86: fix sparse warning in xen/time.c

Use xen_khz to denote xen_specific clock speed.  Avoid shadowing
cpu_khz.

arch/x86/xen/time.c:220:6: warning: symbol 'cpu_khz' shadows an earlier one
include/asm/tsc.h:17:21: originally declared here

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/xen/time.c