Since r289279 bufinit() uses mp_ncpus, but some architectures set this
variable during mp_start() which is too late. Move this to mp_setmaxid()
where other architectures set it and move x86 assertions to MI code.
Reviewed by: kib (x86 part)
Since r289279 bufinit() uses mp_ncpus, but some architectures set this Tags None Referenced Files None Subscribers None
Description
Details
|