Allow scheduling during early boot.
authorjhb <jhb@FreeBSD.org>
Sat, 12 Nov 2016 00:23:09 +0000 (00:23 +0000)
committerjhb <jhb@FreeBSD.org>
Sat, 12 Nov 2016 00:23:09 +0000 (00:23 +0000)
commit31bad3660418f73d606d31be95072d3652b1a504
tree0bd925380ab78aba1281d02035b873e2a579421e
parent2fd562f38da05d945d5297f9b87caedc1c97f4c4
Allow scheduling during early boot.

- Send IPI wakeups once SMP is started even if cold is true.
- Permit preemptions when cold is true.

These changes are needed for EARLY_AP_STARTUP.

MFC after: 2 weeks
Sponsored by: Netflix
sys/kern/sched_4bsd.c