Commit b4acb0b6 authored by Thomas Gleixner's avatar Thomas Gleixner

markers: Disable markers on RT

No real users and the example code triggers an RCU code path which I'm
too lazy to fix simply because markers should go away anyway and Paul
is replacing that code by preemptibel tree rcu soon.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 7f072a34
...@@ -65,7 +65,7 @@ config KVM_AMD ...@@ -65,7 +65,7 @@ config KVM_AMD
config KVM_TRACE config KVM_TRACE
bool "KVM trace support" bool "KVM trace support"
depends on KVM && SYSFS depends on KVM && SYSFS && !PREEMPTRT
select MARKERS select MARKERS
select RELAY select RELAY
select DEBUG_FS select DEBUG_FS
......
...@@ -1075,6 +1075,7 @@ config TRACEPOINTS ...@@ -1075,6 +1075,7 @@ config TRACEPOINTS
config MARKERS config MARKERS
bool "Activate markers" bool "Activate markers"
depends on !PREEMPT_RT
select TRACEPOINTS select TRACEPOINTS
help help
Place an empty function call at each marker site. Can be Place an empty function call at each marker site. Can be
......
...@@ -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