K 10 svn:author V 4 tijl K 8 svn:date V 27 2015-11-08T14:26:50.682651Z K 7 svn:log V 243 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) END