Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 9 Dec 2011 22:00:06 +0000 (14:00 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Dec 2011 18:33:18 +0000 (10:33 -0800)
commit70321d447aa1a7cc2d60db16234f43c5a65630e7
treea97749ef35045fc41585d121f595cb0644b319c2
parentd493011a376f9df3b8b3da1102509b343b1a4ef2
Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"

This reverts commit 5342e269b2b58ee0b0b4168a94087faaa60d0567.

The approach taken in this patch was deemed too abusive to mutexes,
and thus too likely to result in maintenance problems in the future.
Instead, we will disallow RCU read-side critical sections that partially
overlap with interrupt-disbled code segments.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree_plugin.h
kernel/rtmutex.c