git: kernel - vmm_init() must run after SMP startup
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jan 6 13:44:13 PST 2017
commit 3a3b0c3a894d9cc7675e5649f485dd7314ad02a6
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Jan 6 08:35:01 2017 -0800
kernel - vmm_init() must run after SMP startup
* vmm_init() must run after SMP startup (fix bug introduced by recent
commits).
* cleanup.
Summary of changes:
sys/kern/kern_objcache.c | 2 --
sys/kern/subr_cpu_topology.c | 4 ++--
sys/platform/pc64/vmm/vmm.c | 2 +-
sys/sys/kernel.h | 1 +
4 files changed, 4 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3a3b0c3a894d9cc7675e5649f485dd7314ad02a6
--
DragonFly BSD source repository
More information about the Commits
mailing list