git: vkernel - Fix build
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Dec 15 12:52:21 PST 2010
commit e130cdcb3d7471b950dd9c8a55c21c9b84022970
Author: Matthew Dillon <dillon at 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 at 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
More information about the Commits
mailing list