summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/mutex.h
AgeCommit message (Expand)Author
2019-11-29Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE.riastradh
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-23Include psl.h to provide the details of ipl_cookie_tmartin
2008-02-14Make sparc use atomic_cas_ulong() for mutex and rwlock operations, andad
2008-01-02Merge vmlocking2 to head.ad
2007-11-21make kmutex_t and krwlock_t smaller by killing lock id.yamt
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-05-28disable mutex_spin_enter() & mutex_spin_exit() as they are currentlymrg
2007-02-15Add MUTEX_CLEAR_WAITERS().ad
2007-02-09Merge newlock2 to head.ad