git: kernel - Fix stall after mountroot w/ SMP & ncpus == 1
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jan 31 13:11:47 PST 2011
commit 58bb3381c4471bee358b69dec424840490348f65
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Jan 31 13:08:26 2011 -0800
kernel - Fix stall after mountroot w/ SMP & ncpus == 1
* Fix a degenerate case for SMP builds when ncpus == 1. This effects
both the vkernel and the normal kernel (when a SMP kernel is booted
on a non-SMP box which has a LAPIC).
The init process was not bring scheduled properly.
Summary of changes:
sys/kern/usched_bsd4.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/58bb3381c4471bee358b69dec424840490348f65
--
DragonFly BSD source repository
More information about the Commits
mailing list