summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/include/mutex.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* unify the mutex implementations on all the mips64 platforms.dlg2015-07-081-72/+2
* rework sgi mutexes to use the owner pointer as the lock.dlg2015-04-211-6/+5
* To prevent lock ordering problems with the kernel lock, we need to make surekettenis2014-02-101-3/+18
* MP-safe pmap implemented, enable IPI in interrupt handler to avoid deadlock.syuu2009-12-281-4/+1
* MP safe mutex.syuu2009-11-041-1/+2
* Completely overhaul interrupt handling on sgi. Cpu state now only stores amiod2009-10-221-3/+3
* Oops, IPL_NONE is not zero in HEAD.miod2007-05-141-2/+2
* 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