From: Yang Shi <yang.shi@linaro.org>
To: linux-kernel@vger.kernel.org
Cc: uclinux-h8-devel@lists.sourceforge.jp,
ysato@users.sourceforge.jp, hskinnemoen@gmail.com,
egtvedt@samfundet.no, linux-hexagon@vger.kernel.org,
rkuo@codeaurora.org, mingo@redhat.com, yang.shi@linaro.org
Subject: [PATCH 2/4] hexagon: select ARCH_WANT_FRAME_POINTERS instead of defining FRAME_POINTER
Date: Mon, 9 Nov 2015 11:21:16 -0800 [thread overview]
Message-ID: <1447096878-13519-3-git-send-email-yang.shi@linaro.org> (raw)
In-Reply-To: <1447096878-13519-1-git-send-email-yang.shi@linaro.org>
FRAME_POINTER is set by default if ARCH_WANT_FRAME_POINTERS is selcted,
this is the standard way to include FRAME_POINTER used by all of other
architectures.
Signed-off-by: Yang Shi <yang.shi@linaro.org>
---
arch/hexagon/Kconfig | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
index 4dc89d1..87d6dc6 100644
--- a/arch/hexagon/Kconfig
+++ b/arch/hexagon/Kconfig
@@ -28,6 +28,7 @@ config HEXAGON
select MODULES_USE_ELF_RELA
select GENERIC_CPU_DEVICES
select HAVE_DMA_ATTRS
+ select ARCH_WANT_FRAME_POINTERS
---help---
Qualcomm Hexagon is a processor architecture designed for high
performance and low power across a wide variety of applications.
@@ -37,9 +38,6 @@ config HEXAGON_PHYS_OFFSET
---help---
Platforms that don't load the kernel at zero set this.
-config FRAME_POINTER
- def_bool y
-
config LOCKDEP_SUPPORT
def_bool y
--
2.0.2
next prev parent reply other threads:[~2015-11-09 19:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-09 19:21 [PATCH 0/4] cleanup FRAME_POINTER kconfig option use Yang Shi
2015-11-09 19:21 ` [PATCH 1/4] m32r: remove redundant FRAME_POINTER kconfig option Yang Shi
2015-11-09 19:21 ` Yang Shi [this message]
2015-11-09 19:21 ` [PATCH 3/4] avr32: select ARCH_WANT_FRAME_POINTERS and set DEBUG_KERNEL in defconfigs Yang Shi
2015-11-10 6:43 ` Hans-Christian Noren Egtvedt
2015-11-09 19:21 ` [PATCH 4/4] h8300: " Yang Shi
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=1447096878-13519-3-git-send-email-yang.shi@linaro.org \
--to=yang.shi@linaro.org \
--cc=egtvedt@samfundet.no \
--cc=hskinnemoen@gmail.com \
--cc=linux-hexagon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=rkuo@codeaurora.org \
--cc=uclinux-h8-devel@lists.sourceforge.jp \
--cc=ysato@users.sourceforge.jp \
/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;
as well as URLs for NNTP newsgroup(s).