commit | 88a5ac89667d22e1471ba1f45ea635df1f7da06f | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Sat Feb 09 23:24:08 2008 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 09 23:24:08 2008 +0100 |
tree | a3d6ba5b411e006b3f12d409abf0054f9f6ec56f | |
parent | 3406c158ba8e83defb178e867919e24e110a59bf [diff] |
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>