CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/29 23:07:51
Modified files:
sys/arch/sparc/include: atomic.h
Log message:
implement the atomic_shizz(9) bits.
sparc lacks cool opcodes, but is only uniprocessor, so these are done with
simple critical sections.
tested by miod@ bcook@
ok miod@
