]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
rcu: Do not include rtmutex_common.h unconditionally
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Wed, 18 Oct 2017 15:33:44 +0000 (08:33 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 19 Oct 2017 19:12:06 +0000 (12:12 -0700)
This commit adjusts include files and provides definitions in preparation
for suppressing lockdep false-positive ->boost_mtx complaints.  Without
this preparation, architectures not supporting rt_mutex will get build
failures.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree_plugin.h

index fed95fa941e61737e55b84ce080135059c2dfbd3..969eae45f05dbff7491f9ecffe3205f3ae5339d8 100644 (file)
@@ -54,6 +54,7 @@ DEFINE_PER_CPU(char, rcu_cpu_has_work);
  * This probably needs to be excluded from -rt builds.
  */
 #define rt_mutex_owner(a) ({ WARN_ON_ONCE(1); NULL; })
+#define rt_mutex_futex_unlock(x) WARN_ON_ONCE(1)
 
 #endif /* #else #ifdef CONFIG_RCU_BOOST */
 
@@ -911,8 +912,6 @@ void exit_rcu(void)
 
 #ifdef CONFIG_RCU_BOOST
 
-#include "../locking/rtmutex_common.h"
-
 static void rcu_wake_cond(struct task_struct *t, int status)
 {
        /*