CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/05/17 22:06:37
Modified files: sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c sys/arch/luna88k/luna88k: isr.c machdep.c Log message: Move the logic deciding whether to grab the kernel lock or not, deeper in the interrupt logic, making sure the lock is not taken for clock interrupts. Tested on aviion and luna88k.