CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/02/09 16:10:37
Modified files: sys/arch/hppa64/include: atomic.h Log message: bring in dlg's fix from rev 1.10 of the equivalent hppa file: make __cpu_simple_lock provide serialisation of the critical section. that in turn makes atomic sequences actually atomic, which in turn means the refcnt api asserts wont fire erronously when if_get and if_put are actually used correctly.