From: Ralf Baechle <ralf@linux-mips.org>
To: Florian Fainelli <florian@openwrt.org>
Cc: linux-mips@linux-mips.org, blogic@openwrt.org, jogo@openwrt.org,
cernekee@gmail.com
Subject: Re: [PATCH] MIPS: BMIPS: fix warnings for non BMIPS43xx builds
Date: Thu, 27 Jun 2013 13:11:16 +0200 [thread overview]
Message-ID: <20130627111116.GT7171@linux-mips.org> (raw)
In-Reply-To: <1372329915-17944-1-git-send-email-florian@openwrt.org>
On Thu, Jun 27, 2013 at 11:45:15AM +0100, Florian Fainelli wrote:
> Commit dccfb4c4 ("MIPS: BMIPS: support booting from physical CPU other
> than 0") introduces the following warning when building for non
> BMIPS43xx builds:
>
> arch/mips/kernel/smp-bmips.c:150:6: error: unused variable 'tpid'
> [-Werror=unused-variable]
>
> Fix this by getting rid of this variable and directly using
> cpu_logical_map(cpu).
Sounds like the previous patch wasn't really tested - or somebody shot
himself into the foot by removing the -Werror.
Anyway, folded in.
Ralf
next prev parent reply other threads:[~2013-06-27 11:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-27 10:45 [PATCH] MIPS: BMIPS: fix warnings for non BMIPS43xx builds Florian Fainelli
2013-06-27 11:11 ` Ralf Baechle [this message]
2013-06-27 11:17 ` Florian Fainelli
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=20130627111116.GT7171@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=blogic@openwrt.org \
--cc=cernekee@gmail.com \
--cc=florian@openwrt.org \
--cc=jogo@openwrt.org \
--cc=linux-mips@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.