CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2013/05/16 10:20:00
Modified files: sys/arch/amd64/amd64: intr.c sys/arch/amd64/include: intr.h intrdefs.h Log message: Implement a mechanism to establish interrupt handlers that don't grab the kernel lock upon entry through a new IPL_MPSAFE flag/level. ok mikeb@, mpi@