MPSAFE TTY - get rid of tokens in console path
authorAlex Hornung <ahornung@gmail.com>
Sun, 29 Aug 2010 16:17:20 +0000 (17:17 +0100)
committerAlex Hornung <ahornung@gmail.com>
Sun, 29 Aug 2010 16:24:24 +0000 (17:24 +0100)
commit5688255a2465ea75743dbf7967ff76164c91aefe
tree591e940f103d47f4aba8dca3b230ee0b18602937
parenteccc8ca1876b94ac444f3d424f083f397c2af7ba
MPSAFE TTY - get rid of tokens in console path

* The console path (coming through tty_cons.c) can never block, so do
  not try to acquire tokens there.

Reported-by: Jan Lentfer
sys/dev/misc/dcons/dcons_os.c
sys/dev/misc/syscons/scvgarndr.c
sys/dev/misc/syscons/syscons.c
sys/dev/serial/sio/sio.c
sys/platform/vkernel/platform/console.c
sys/platform/vkernel64/platform/console.c