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: Miod Vallat (miodcvs.openbsd.org)
Date: Wed Mar 04 2009 - 13:37:15 CST


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2009/03/04 12:37:15

Modified files:
        sys/arch/m88k/include: atomic.h
        sys/arch/m88k/m88k: m88k_machdep.c

Log message:
Introduce atomic_clear_int() as an MD atomic operation to perform atomic
exchange with zero; use it in the soft interrupt code to make it simpler
and faster.