OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Mark Kettenis (ketteniscvs.openbsd.org)
Date: Sun May 12 2013 - 13:48:54 CDT


CVSROOT: /cvs
Module name: src
Changes by: ketteniscvs.openbsd.org 2013/05/12 12:48:53

Modified files:
        sys/arch/sparc64/sparc64: intr.c locore.s

Log message:
Take the kernel lock and call the actual interrupt handler from a
single C function. Inspired by the change made to amd64/i386 by ratchov.