kernel - Fix stall after mountroot w/ SMP & ncpus == 1
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 31 Jan 2011 21:08:26 +0000 (13:08 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 31 Jan 2011 21:08:26 +0000 (13:08 -0800)
commit58bb3381c4471bee358b69dec424840490348f65
treecce10cb5280420bc0bfc89db1921f4d7bcdd23ff
parent7c4633ad76b1d0ec2f8fca9a93868279d3027694
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.
sys/kern/usched_bsd4.c