CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2015/07/19 10:48:38
Modified files: sys/arch/octeon/octeon: machdep.c Log message: Register the IPI handler early enough for the correct idle_mask to propagate to all threads. Otherwise early-started kernel threads run IPIs disabled, which will lead to a deadlock soon after other cores have started. ok miod@ pirofti@