CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2015/07/15 23:10:14
Modified files: sys/arch/amd64/amd64: intr.c softintr.c spl.S vector.S sys/arch/amd64/include: intr.h sys/arch/i386/i386: apicvec.s machdep.c softintr.c sys/arch/i386/include: intr.h sys/arch/i386/isa: icu.s Log message: Move grab/release of the kernel_lock for softintrs from the ASM stubs to softintr_dispatch(). Delete traces of long superseded stats code. ok beck@ mpi@ uebayasi@