]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tracing, alpha: undefined reference to `save_stack_trace'
authorAl Viro <viro@ZenIV.linux.org.uk>
Fri, 31 Oct 2008 19:50:41 +0000 (19:50 +0000)
committerIngo Molnar <mingo@elte.hu>
Mon, 3 Nov 2008 09:12:13 +0000 (10:12 +0100)
commitc2c80529460095035752bf0ecc1af82c1e0f6e0f
treee1fe0fdccb2d467666bfc8ed81f8a38016764f1c
parent45beca08dd8b6d6a65c5ffd730af2eac7a2c7a03
tracing, alpha: undefined reference to `save_stack_trace'

Impact: build fix on !stacktrace architectures

only select STACKTRACE on architectures that have STACKTRACE_SUPPORT

... since we also need to ifdef out the guts of ftrace_trace_stack().
We also want to disallow setting TRACE_ITER_STACKTRACE in trace_flags
on such configs, but that can wait.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/Kconfig
kernel/trace/trace.c