CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/02/28 11:47:33
Modified files: sys/kern : init_main.c Log message: Revert the change that postpones CPUs until after mounthook activities. This was needed to be able to use loadfirmware() to load the microcode before letting the cores go. Now that the microcode is loaded earlier we can restore the previous behaviour. ok deraadt@