Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1075414b authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Ingo Molnar
Browse files

lockdep: require framepointers for x86



Require framepointers for x86, because otherwise we'll be having
empty stack traces, which is useless.

Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1236167295.5330.7240.camel@laptop>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 26575e28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -402,7 +402,7 @@ config LOCKDEP
	bool
	depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT
	select STACKTRACE
	select FRAME_POINTER if !X86 && !MIPS && !PPC
	select FRAME_POINTER if !MIPS && !PPC
	select KALLSYMS
	select KALLSYMS_ALL