summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/mips64/gen/cacheflush.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an implementation of IRIX-compatible cacheflush() routine to mips ports,miod2009-09-271-0/+37
needed for gcc -ftrampoline operation as well as by some third-party software. Although the implementation uses the sysarch() sysctl, the wrapper is added to libc as it was a direct system call (which it is on IRIX).