kernel - Revert 0d52e78c527ec7ba3ac62d40d9fa588c964d4c55
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 28 Mar 2012 02:11:22 +0000 (19:11 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 28 Mar 2012 02:11:22 +0000 (19:11 -0700)
commit781a3790cf472c7d57149c4bb7023a4e19ecd50f
tree88a22f3f9ca03b9f876e67d0d1e020768aa1dddc
parenta447ba1917b200f4f3977e2f3055f3e2286812ae
kernel - Revert 0d52e78c527ec7ba3ac62d40d9fa588c964d4c55

* Revert allowance of spinlocks when doing a lockmgr LK_RELEASE operation.
  Spinlocks must not be allowed for release operations due to the possibility
  of a livelock in the IPI code if wakeup() is called.
sys/kern/kern_lock.c