CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/02/13 16:33:51
Modified files: sys/arch/m88k/include: trap.h sys/arch/m88k/m88k: eh_common.S trap.c sys/arch/mvme88k/include: cpu.h sys/arch/mvme88k/mvme88k: m197_machdep.c machdep.c Log message: Use a different dispatcher for the NMI traps on 88110, these are too different from regular hardware interrupts to be worth handling the same way. Disable IPI reception while we are handling pending IPIs. And do not reenable them by mistake if we need to send an IPI in return. This lets GENERIC.MP boot single user on a MVME197DP. There are still many bugs to fix.