]> git.baikalelectronics.ru Git - kernel.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)
commitdc1f32a92c50ee7dfaf2cc81359b2eaa9848ef8b
treee1fe0fdccb2d467666bfc8ed81f8a38016764f1c
parent428febb3a76e6c92d8b7b55894916c5eb6881be0
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