CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2013/01/23 13:49:55
Modified files: lib/librthread/arch/arm: _atomic_lock.c sys/arch/beagle/include: spinlock.h Log message: ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomic load and store instructions instead. ok miod@