CVSROOT: /cvs Module name: src Changes by: aoy...@cvs.openbsd.org 2012/01/28 04:34:19
Modified files: sys/arch/luna88k/luna88k: locore.S machdep.c Log message: Luna88k multi-processor support, step 2. Modify secondary processor initialization and interrupt handler. Now GENERIC.MP boots up more stable and runs userland binaries, but inter-processor-interrupt is not implemented yet. ok miod@