aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-08-26 22:23:52 -0400
committerSteven Rostedt <rostedt@goodmis.org>2009-08-27 16:58:03 -0400
commitc0729be99cb2b9d9749256254f1c40a801835896 (patch)
treef7cb3d86ed28f2f42dcaa23035f2ecc30e363137
parent6c347d43eea29221a8ebab9ff9cbe7a00cddac98 (diff)
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 <tglx@linutronix.de> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r--kernel/trace/Kconfig1
1 files changed, 0 insertions, 1 deletions
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
60 bool 60 bool
61 61
62config CONTEXT_SWITCH_TRACER 62config CONTEXT_SWITCH_TRACER
63 select MARKERS
64 bool 63 bool
65 64
66# All tracer options should select GENERIC_TRACER. For those options that are 65# All tracer options should select GENERIC_TRACER. For those options that are