From: Steven Rostedt Date: Thu, 27 Aug 2009 02:23:52 +0000 (-0400) Subject: tracing: remove legacy select of MARKERS by context switch tracing X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c0729be99cb2b9d9749256254f1c40a801835896;p=linux-beck.git tracing: remove legacy select of MARKERS by context switch tracing The context switch tracer was made before tracepoints were mature, and the original version used markers. This is no longer true and this patch removes the select. Reported-by: Thomas Gleixner Signed-off-by: Steven Rostedt --- diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 06be85a7ef8c..163fbfc2f39f 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -60,7 +60,6 @@ config EVENT_TRACING bool config CONTEXT_SWITCH_TRACER - select MARKERS bool # All tracer options should select GENERIC_TRACER. For those options that are