summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh/include/mutex.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move landisk to MI mutex.mpi2018-02-111-61/+2
* Fix kernel build on armv7 and sh.visa2017-05-181-2/+2
* Hook up mutex(9) to witness(4).visa2017-04-201-3/+4
* Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly.miod2007-05-051-1/+3
* Simple monoprocessor mutex implementation, faster than the MI code, four leftmiod2007-05-011-0/+59