看板 DFBSD_commit 關於我們 聯絡資訊
commit e130cdcb3d7471b950dd9c8a55c21c9b84022970 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Dec 12 20:00:04 2010 -0800 vkernel - Fix build * Fix vkernel build after mplock->mp_token changes. The vkernel was hitting an early panic due to not properly acquiring the new mp_token. Reported-by: Venkatesh Srinivas <me@endeavour.zapto.org> Summary of changes: sys/platform/vkernel/platform/init.c | 8 ++++++++ sys/platform/vkernel64/platform/init.c | 8 ++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e130cdcb3d7471b950dd9c8a55c21c9b84022970 -- DragonFly BSD source repository