Commit c0729be9 authored by Steven Rostedt's avatar Steven Rostedt Committed by Steven Rostedt

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: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 6c347d43
...@@ -60,7 +60,6 @@ config EVENT_TRACING ...@@ -60,7 +60,6 @@ config EVENT_TRACING
bool bool
config CONTEXT_SWITCH_TRACER config CONTEXT_SWITCH_TRACER
select MARKERS
bool bool
# All tracer options should select GENERIC_TRACER. For those options that are # All tracer options should select GENERIC_TRACER. For those options that are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment