[MIPS] Don't force frame pointers for lockdep on MIPS
authorFranck Bui-Huu <fbuihuu@gmail.com>
Thu, 26 Apr 2007 07:20:15 +0000 (00:20 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 27 Apr 2007 15:20:26 +0000 (16:20 +0100)
Stacktrace support on MIPS doesn't use frame pointers.  Since this option
considerably increases the size of the kernel code, force lockdep to not
use it.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
lib/Kconfig.debug

index 3f3e740..79afd00 100644 (file)
@@ -261,7 +261,7 @@ config LOCKDEP
        bool
        depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT
        select STACKTRACE
-       select FRAME_POINTER if !X86
+       select FRAME_POINTER if !X86 && !MIPS
        select KALLSYMS
        select KALLSYMS_ALL