Re: [PATCH] ftrace: fix trace_nop config select

From: Ingo Molnar
Date: Wed Oct 29 2008 - 12:22:29 EST



* Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> The trace_nop is the tracer that is defined when no tracer is set in
> the ftrace infrastructure.
>
> The trace_nop was mistakenly selected by HAVE_FTRACE due to the confusion
> between ftrace infrastructure and the ftrace function tracer (which has
> been solved by renaming the function tracer).
>
> This patch changes the select to the approriate TRACING.
>
> This patch should fix compile errors on architectures that do not define
> the FUNCTION_TRACER.
>
> Signed-off-by: Steven Rostedt <srostedt@xxxxxxxxxx>
> ---
> kernel/trace/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

applied to tip/tracing/urgent, thanks Steve!

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/