From: Ralf Baechle <ralf@linux-mips.org>
To: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org, "stable # v4 . 4+" <stable@vger.kernel.org>
Subject: Re: [PATCH] MIPS: Remove compact branch policy Kconfig entries
Date: Tue, 13 Sep 2016 14:43:14 +0200 [thread overview]
Message-ID: <20160913124314.GA20655@linux-mips.org> (raw)
In-Reply-To: <20160912095806.4411-1-paul.burton@imgtec.com>
On Mon, Sep 12, 2016 at 10:58:06AM +0100, Paul Burton wrote:
> Fixing this by hiding the Kconfig entry behind another seems to be more
> hassle than it's worth, as MIPSr6 & compact branches have been around
> for a while now and if policy does need to be set for debug it can be
> done easily enough with KCFLAGS. Therefore remove the compact branch
> policy Kconfig entries & their handling in the Makefile.
I've applied your patch - and given where we are wrt. to R6 I think this
simply and bulletproof solution is certainly the right thing.
But, have you considered probing for the option and only using it where
it actually is available with something like:
cflags-$(CONFIG_MIPS_COMPACT_BRANCHES_NEVER) += $(call cc-option,-mcompact-branches=never)
cflags-$(CONFIG_MIPS_COMPACT_BRANCHES_OPTIMAL) += $(call cc-option,-mcompact-branches=optimal)
cflags-$(CONFIG_MIPS_COMPACT_BRANCHES_ALWAYS) += $(call cc-option,-mcompact-branches=always)
?
I'm also wondering how much we gain from -mcompact-branches?
Ralf
next prev parent reply other threads:[~2016-09-13 12:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 9:58 [PATCH] MIPS: Remove compact branch policy Kconfig entries Paul Burton
2016-09-12 9:58 ` Paul Burton
2016-09-13 12:43 ` Ralf Baechle [this message]
2016-09-13 17:27 ` Paul Burton
2016-09-13 17:27 ` Paul Burton
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=20160913124314.GA20655@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=linux-mips@linux-mips.org \
--cc=paul.burton@imgtec.com \
--cc=stable@vger.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 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.