]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] 3909/1: Disable UWIND_INFO for ARM (again)
authorKevin Hilman <khilman@com.rmk.(none)>
Wed, 25 Oct 2006 22:07:50 +0000 (23:07 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 28 Oct 2006 09:15:31 +0000 (10:15 +0100)
According to Daniel Jacobowitz, UNWIND_INFO is not useful on ARM, and
in fact doesn't even compile.

This patch disables the option for ARM.

Signed-off-by: Kevin Hilman <khilman@mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
lib/Kconfig.debug

index 77491e311791ee807d8ee082b4bae7e966d499d2..d3679103a8e4eff9baafdfd30f41e9f28aefe7ef 100644 (file)
@@ -341,7 +341,7 @@ config FRAME_POINTER
 
 config UNWIND_INFO
        bool "Compile the kernel with frame unwind information"
-       depends on !IA64 && !PARISC
+       depends on !IA64 && !PARISC && !ARM
        depends on !MODULES || !(MIPS || PPC || SUPERH || V850)
        help
          If you say Y here the resulting kernel image will be slightly larger