CVSROOT: /cvs Module name: src Changes by: [email protected] 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.
