看板 DFBSD_commit 關於我們 聯絡資訊
commit d7bfbf3ae71992cab5f58cf672545f7cceb3eec4 Author: Hasso Tepper <hasso@estpak.ee> Date: Thu Jun 25 21:21:43 2009 +0300 Ensure that we always hold the lock when executing vblank_disable_fn(). The original code in FreeBSD uses callout_init_mtx() we don't have, therefore we lock/unlock in vblank_disable_fn itself. Summary of changes: sys/dev/drm/drm_irq.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d7bfbf3ae71992cab5f58cf672545f7cceb3eec4 -- DragonFly BSD source repository