Skip to content

Commit

Permalink
[MIPS] Don't force frame pointers for lockdep on MIPS
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
fbuihuu authored and ralfbaechle committed Apr 27, 2007
1 parent c4be173 commit 14cf232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14cf232

Please sign in to comment.