CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2015/08/19 07:14:09
Modified files: sys/arch/octeon/octeon: locore.S Log message: Halt extra cores on SP kernel, to avoid trashing the system if there is more than one active CPU. Additionally pick an init core at runtime. This allows booting the system with a set of CPUs that does not contain core 0, at least in terms of the early-stage boot code. ok jasper@ (a while ago)