CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/05/16 07:18:51
Modified files: sys/arch/arm/include: atomic.h Log message: Implement membar(9) for armv5. As there are no barrier instructions in armv5 this is just a "memory" clobber hint to the compiler. ok kettenis@