From: Jaswinder Singh Rajput <jaswinder@kernel.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: x86 maintainers <x86@kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
Mark Langsdorf <mark.langsdorf@amd.com>,
Andreas Herrmann <andreas.herrmann3@amd.com>
Subject: Re: [PATCH -tip] x86: cpu/intel_cacheinfo.c fix compilation warnings
Date: Tue, 14 Apr 2009 22:16:21 +0530 [thread overview]
Message-ID: <1239727581.2966.17.camel@ht.satnam> (raw)
In-Reply-To: <20090414133242.GB27163@elte.hu>
On Tue, 2009-04-14 at 15:32 +0200, Ingo Molnar wrote:
> * Jaswinder Singh Rajput <jaswinder@kernel.org> wrote:
>
> > fix:
> > arch/x86/kernel/cpu/intel_cacheinfo.c: In function ‘show_cache_disable’:
> > arch/x86/kernel/cpu/intel_cacheinfo.c:712: warning: unused variable ‘node’
> > arch/x86/kernel/cpu/intel_cacheinfo.c: In function ‘store_cache_disable’:
> > arch/x86/kernel/cpu/intel_cacheinfo.c:739: warning: unused variable ‘node’
>
> you again 'fixed' a warning.
>
> this made you fail to analyze and miss the real reason for this for
> example:
>
> > arch/x86/kernel/cpu/intel_cacheinfo.c:739: warning: unused variable ‘node’
>
> > - int node = cpu_to_node(cpu);
>
> the local variable is clearly initialized.
>
> The problem is not with that variable - the problem is most likely
> with the cpu_to_node() macro not creating a reference to the 'cpu'
> variable in a compiler-visible way, in the !NUMA case.
>
> The typical way to solve this is to add a dummy:
>
> (void)(cpu)
>
> use to the 'cpu' parameter to the macro definition - or, (which is a
> much better solution), to convert it to an inline function.
>
OK send patch:
[PATCH -tip] x86: k8.h reference to node in node_to_k8_nb_misc for !CONFIG_K8_NB
Thanks,
--
JSR
next prev parent reply other threads:[~2009-04-14 16:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-14 12:43 [PATCH -tip] x86: cpu/intel_cacheinfo.c fix compilation warnings Jaswinder Singh Rajput
2009-04-14 13:32 ` Ingo Molnar
2009-04-14 16:46 ` Jaswinder Singh Rajput [this message]
2009-04-14 16:54 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1239727581.2966.17.camel@ht.satnam \
--to=jaswinder@kernel.org \
--cc=andreas.herrmann3@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.langsdorf@amd.com \
--cc=mingo@elte.hu \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox