[PATCH] allow CONFIG_FRAME_POINTER for x86-64
From: Jan Beulich (JBeulich_at_novell.com)
Date: 09/08/05
- Previous message: Horms: "Problems Building Bluetooth with K6 and CONFIG_REGPARM"
- Next in thread: Andi Kleen: "Re: [discuss] [PATCH] allow CONFIG_FRAME_POINTER for x86-64"
- Reply: Andi Kleen: "Re: [discuss] [PATCH] allow CONFIG_FRAME_POINTER for x86-64"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 08 Sep 2005 18:04:24 +0200 To: "Andreas Kleen" <ak@suse.de>
(Note: Patch also attached because the inline version is certain to get
line wrapped.)
Allow building the x86-64 kernels with frame pointers if so needed.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
diff -Npru 2.6.13/lib/Kconfig.debug
2.6.13-x86_64-frame-pointer/lib/Kconfig.debug
--- 2.6.13/lib/Kconfig.debug 2005-08-29 01:41:01.000000000 +0200
+++ 2.6.13-x86_64-frame-pointer/lib/Kconfig.debug 2005-09-02
09:57:40.000000000 +0200
@@ -151,7 +151,7 @@ config DEBUG_FS
config FRAME_POINTER
bool "Compile the kernel with frame pointers"
- depends on DEBUG_KERNEL && ((X86 && !X86_64) || CRIS || M68K ||
M68KNOMMU || FRV || UML)
+ depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU ||
FRV || UML)
default y if DEBUG_INFO && UML
help
If you say Y here the resulting kernel image will be slightly
larger
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- application/octet-stream attachment: linux-2.6.13-x86_64-frame-pointer.patch
- Previous message: Horms: "Problems Building Bluetooth with K6 and CONFIG_REGPARM"
- Next in thread: Andi Kleen: "Re: [discuss] [PATCH] allow CONFIG_FRAME_POINTER for x86-64"
- Reply: Andi Kleen: "Re: [discuss] [PATCH] allow CONFIG_FRAME_POINTER for x86-64"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|