CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/02/08 23:46:02
Modified files: sys/arch/hppa/include: atomic.h Log message: 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. such embarrassment. reported by landry@ who also let me debug on the affected machines ok jmatthew@