[merged] x86-define-arch_want_frame_pointers.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     x86: define ARCH_WANT_FRAME_POINTERS
has been removed from the -mm tree.  Its filename was
     x86-define-arch_want_frame_pointers.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: x86: define ARCH_WANT_FRAME_POINTERS
From: Jeff Mahoney <jeffm@xxxxxxxx>

Commit da4276b8299a6544dc41ac2485d3ffca5811b3fb changed a dependency for
FRAME_POINTER from X86 to ARCH_WANT_FRAME_POINTERS, but didn't actually
define it.

This patch adds the definition for ARCH_WANT_FRAME_POINTERS.  Without it,
FRAME_POINTER can't be enabled on x86.

[akpm@xxxxxxxxxxxxxxxxxxxx: unbust the whitespace]
Signed-off-by: Jeff Mahoney <jeffm@xxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 lib/Kconfig.debug |    6 ++++++
 1 file changed, 6 insertions(+)

diff -puN lib/Kconfig.debug~x86-define-arch_want_frame_pointers lib/Kconfig.debug
--- a/lib/Kconfig.debug~x86-define-arch_want_frame_pointers
+++ a/lib/Kconfig.debug
@@ -670,6 +670,12 @@ config ARCH_WANT_FRAME_POINTERS
 	bool
 	help
 
+config ARCH_WANT_FRAME_POINTERS
+	bool
+	help
+	  Select this config option from the architecture Kconfig, if it
+	  it is preferred to always enable frame pointers on the architecture.
+
 config FRAME_POINTER
 	bool "Compile the kernel with frame pointers"
 	depends on DEBUG_KERNEL && \
_

Patches currently in -mm which might be from jeffm@xxxxxxxx are

x86-define-arch_want_frame_pointers.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux