linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: remove redundant FRAME_POINTER kconfig option
@ 2015-11-04 17:37 Yang Shi
  2015-11-06 12:30 ` Will Deacon
  0 siblings, 1 reply; 14+ messages in thread
From: Yang Shi @ 2015-11-04 17:37 UTC (permalink / raw)
  To: catalin.marinas, will.deacon
  Cc: linux-kernel, linux-arm-kernel, linaro-kernel, yang.shi

FRAME_POINTER is defined in lib/Kconfig.debug, it is unnecessary to redefine
it in arch/arm64/Kconfig.debug.

Signed-off-by: Yang Shi <yang.shi@linaro.org>
---
 arch/arm64/Kconfig.debug | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug
index d6285ef..915dea7 100644
--- a/arch/arm64/Kconfig.debug
+++ b/arch/arm64/Kconfig.debug
@@ -2,10 +2,6 @@ menu "Kernel hacking"
 
 source "lib/Kconfig.debug"
 
-config FRAME_POINTER
-	bool
-	default y
-
 config ARM64_PTDUMP
 	bool "Export kernel pagetable layout to userspace via debugfs"
 	depends on DEBUG_KERNEL
-- 
2.0.2


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-11-09 15:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-04 17:37 [PATCH] arm64: remove redundant FRAME_POINTER kconfig option Yang Shi
2015-11-06 12:30 ` Will Deacon
2015-11-06 12:50   ` Mark Rutland
2015-11-06 15:42     ` Will Deacon
2015-11-06 16:21     ` Catalin Marinas
2015-11-06 16:25       ` Will Deacon
2015-11-06 17:23         ` Shi, Yang
2015-11-06 17:35           ` Catalin Marinas
2015-11-06 17:39             ` Shi, Yang
2015-11-06 17:51               ` Catalin Marinas
2015-11-06 17:55                 ` Shi, Yang
2015-11-09 15:58                   ` Catalin Marinas
2015-11-06 16:12   ` Catalin Marinas
2015-11-06 16:19     ` Will Deacon

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).