Fix a serializer bug. The SMP serializer would in some cases fail to
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 12 Sep 2005 21:40:24 +0000 (21:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 12 Sep 2005 21:40:24 +0000 (21:40 +0000)
commite139cf188f9eb9a6afccd9027f1742bd2352cc63
tree40298007b139893f3030978980782afc4953b3ae
parenta2f0dcc5adcad57d3ea7d08657ce68c06f140c28
Fix a serializer bug.  The SMP serializer would in some cases fail to
wakeup blocked waiters.

Reported-by: Peter Avalos <pavalos@theshell.com>
sys/kern/lwkt_serialize.c