git: MPSAFE TTY - get rid of tokens in console path

看板DFBSD_commit作者時間15年前 (2010/08/30 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 5688255a2465ea75743dbf7967ff76164c91aefe Author: Alex Hornung <ahornung@gmail.com> Date: Sun Aug 29 17:17:20 2010 +0100 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 Summary of changes: sys/dev/misc/dcons/dcons_os.c | 4 -- sys/dev/misc/syscons/scvgarndr.c | 15 ++------ sys/dev/misc/syscons/syscons.c | 55 ----------------------------- sys/dev/serial/sio/sio.c | 26 +++++--------- sys/platform/vkernel/platform/console.c | 15 -------- sys/platform/vkernel64/platform/console.c | 11 ------ 6 files changed, 12 insertions(+), 114 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5688255a2465ea75743dbf7967ff76164c91aefe -- DragonFly BSD source repository
文章代碼(AID): #1CUg1eIb (DFBSD_commit)