diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-08-26 18:35:51 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-08-26 18:35:51 +0200 |
commit | b4acb0b697c678bba8262082b9274d11c341ed90 (patch) | |
tree | 0ec0c2ac567cffc4692f77e144fbb3f632259a27 /init | |
parent | 7f072a34719f7064189fd40d41f1b98d6bdbf653 (diff) | |
download | lwn-b4acb0b697c678bba8262082b9274d11c341ed90.tar.gz lwn-b4acb0b697c678bba8262082b9274d11c341ed90.zip |
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: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 71ac0ea0679b..ef7c8dbb2127 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1075,6 +1075,7 @@ config TRACEPOINTS config MARKERS bool "Activate markers" + depends on !PREEMPT_RT select TRACEPOINTS help Place an empty function call at each marker site. Can be |