kernel - unlock the syscons_lock spinlock around ttwakeup()
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 23 Sep 2010 02:14:24 +0000 (19:14 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 23 Sep 2010 02:14:24 +0000 (19:14 -0700)
commit4cdde1a12de01cc68510300c9dab2d1e40902232
treea45feeb9594894a41c0459fc9e148fbaba19e82d
parent2ca4923a713044e0bc4b66c1516c55e3b402d305
kernel - unlock the syscons_lock spinlock around ttwakeup()

* ttwakeup() can block, we have to unlock syscons_lock() before calling it.
sys/dev/misc/syscons/syscons.c