kernel - Fix missing release of tty_token
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 31 Aug 2010 04:28:09 +0000 (21:28 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 31 Aug 2010 04:28:09 +0000 (21:28 -0700)
commit261a35c13161f8a71592bdb700ba6f3b39334c79
treeea99fe408bb6f317c62551b918ef4c75b1bc06a9
parentc70839f3755b5abb1d1fda941c11da4abc4c82fe
kernel - Fix missing release of tty_token

* Fix one missing release and one misordered release.  These were
  causing the low level SMP AP boot to enter with 2 mplock counts
  instead of 1.
sys/dev/video/fb/fb.c