kernel - Add critical section in lwkt_yield_quick()
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 21 Feb 2013 23:32:12 +0000 (15:32 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 21 Feb 2013 23:32:12 +0000 (15:32 -0800)
commit9c99cb336b475c5531fb726194c7f03049740570
treed55853052a975bac7b4921cf61aa14b9c9fdb192
parent3fd202cb50f05840c73d61ad64406538f3f734a7
kernel - Add critical section in lwkt_yield_quick()

* Add a critical section to protect the clearing of the LWKT reschedule
  bit against gd_tdrunq.
sys/kern/lwkt_thread.c