summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/lock.h
AgeCommit message (Expand)Author
2022-02-13sparc: __cpu_simple_lock membar audit.riastradh
2019-11-29Nix mb_* on sparc and sparc64.riastradh
2017-09-17more const.christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-09-10Merge nick-csl-alignment.skrll
2007-02-17Put a sock in it..ad
2007-02-16Pacify lint.ad
2007-02-15Pacify lint/gcc.ad
2007-02-11inline -> __inlinead
2007-02-09Merge newlock2 to head.ad
2006-03-04De-__P.uwe
2005-12-28inline -> __inlineperry
2005-12-24__asm__ -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-02-03add the early-clobber modifier on the destination reg of ldstub.chs
2004-04-20Turn __CPU_SIMPLE_LOCK_INLINE into !__CPU_SIMPLE_LOCK_NOINLINE, so we don'tpk
2004-04-19__cpu_simple_lock() isn't a pure function.pk
2004-04-18Make inlining __cpu_simple_lock() optional. Add a version with a built-inpk
2003-12-26convert __ldstub() from a ({}) macro into a properly static inline function.mrg
2003-11-16__cpu_simple_unlock: use __insn_barrier() instead of a "memory" clobber.pk
2003-11-09__cpu_simple_unlock: avoid instruction re-ordering by the compiler.pk
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2000-05-05Fix for lint during build of libc.hannken
2000-05-02Let each platform typedef the new __cpu_simple_lock_t, which shouldthorpej
2000-04-30FIx declaration in __ldstub.pk
2000-04-29Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This filethorpej
1999-07-27Make a slight rearrangement in how <machine/lock.h> is included.thorpej
1999-07-27Define apporpriate an value for SIMPLELOCK_LOCKED, based on thethorpej
1999-07-27Prepend `cpu_' to the machine-dependent atomic locking primitivies.thorpej
1998-11-04LOCKDEBUG enhancements for non-MP:chs
1998-10-05If a lock is held do not spin in a read/write loop but just read the lockpk
1998-09-27sparc spin lock functions.pk