summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/lock.h
AgeCommit message (Expand)Author
2011-07-02Per recommandation in the the sparc docs, use unlocked reads whenPhilip Guenthe
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-04-27Fix inline assembler to make it acceptable to gcc4. Based on a diff fromMark Kettenis
2008-05-02Implement rw_cas correctly, unlike previous revision where I was obviouslyMiod Vallat
2008-01-01Implement an MP-safe rw_cas() based upon the casx instruction; ok kettenis@Miod Vallat
2007-11-05Sprinkle a few holy membars around memory writes.Miod Vallat
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat