summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/include/mutex.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert sparc64 to MI mutex.mpi2018-02-191-84/+2
* Define and use IPL_MPFLOOR in our common mutex implementation.mpi2018-01-131-2/+2
* Unify <machine/mutex.h> a bit further.mpi2018-01-121-4/+4
* Hook up mutex(9) to witness(4).visa2017-04-201-3/+15
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-2/+2
* To prevent lock ordering problems with the kernel lock, we need to make surekettenis2013-07-141-2/+19
* Real mutexes for sparc64. Some comments from henric@ and claudio@.kettenis2007-08-251-10/+5
* Simple single-processor mutex implementation, simpler than the MI code bymiod2007-02-031-0/+61