summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/cacheflush.c
Commit message (Collapse)AuthorAgeFilesLines
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-2/+2
|
* sort out a few issues that show up on mipsEric Andersen2006-12-121-1/+5
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+1
|
* hehEric Andersen2003-01-311-3/+3
|
* Fix copyrightEric Andersen2003-01-311-3/+2
|
* Patch from Christophe Massiot:Eric Andersen2003-01-301-0/+27
Hello, When using uClibc to compile the modutils for a MIPS target, the linker outputs an "undefined symbol: _flush_cache". After some digging, it's a syscall only available on the MIPS architecture, and the _flush_cache symbol is in the GNU libc. Attached patch defines it in uClibc as well. I'm not sure if I made it the right way, though, but it works for me.