CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2013/05/12 08:15:31
Modified files: sys/arch/amd64/amd64: intr.c vector.S sys/arch/amd64/include: intr.h sys/arch/i386/i386: apicvec.s machdep.c vector.s Log message: Take the kernel lock and call the actual interrupt handler from a single c function. This will hopefully make easier to stop taking the kernel lock when running "mp safe" interrupt handlers. help from ok kettenis