看板 DFBSD_commit 關於我們 聯絡資訊
commit 58bb3381c4471bee358b69dec424840490348f65 Author: Matthew Dillon <dillon@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