commit | b88697810d7c1d102a529990f9071b0f14cfe6df | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Wed Oct 18 08:33:44 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Oct 19 12:12:06 2017 -0700 |
tree | 50a3d2ba2d04094516f16d1db82a14ea06075ccd | |
parent | 7c2102e56a3f7d85b5d8f33efbd7aecc1f36fdd8 [diff] |
rcu: Do not include rtmutex_common.h unconditionally 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>