Re: [PATCH] x86: fix shadowed variable warning

From: Ingo Molnar
Date: Mon Aug 11 2008 - 07:07:52 EST



* Harvey Harrison <harvey.harrison@xxxxxxxxx> wrote:

> arch/x86/kernel/pvclock.c:102:6: warning: symbol 'tsc_khz' shadows an earlier one
> include/asm/tsc.h:18:21: originally declared here
>
> Signed-off-by: Harvey Harrison <harvey.harrison@xxxxxxxxx>
> ---
> Introduced between next-20080729 and next-20080808
>
> arch/x86/kernel/pvclock.c | 10 +++++-----
> 1 files changed, 5 insertions(+), 5 deletions(-)

caused by this commit in the KVM tree:

commit ba03518948d9af809a44fc1ab43e9e8c1638abaa
Author: Glauber Costa <gcosta@xxxxxxxxxx>
Date: Mon Jul 28 11:47:52 2008 -0300

x86: paravirt: factor out cpu_khz to common code

KVM intends to use paravirt code to calibrate khz. Xen
current code will do just fine. So as a first step, factor out
code to pvclock.c.

Signed-off-by: Glauber Costa <gcosta@xxxxxxxxxx>
Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx>

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/