summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/include/mplock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The mplock implementations on MP-enabled mips64 platforms, octeon andvisa2015-09-091-51/+2
| | | | | | | sgi, are identical. Put one implementation in mips64 and drop the platform-specific copies, to remove duplicated code. ok miod@
* mplock, rw_cas implementedsyuu2009-11-211-0/+52
ok miod@