summaryrefslogtreecommitdiff
path: root/arch/mips/lib/cache.c
Commit message (Collapse)AuthorAgeLines
* MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck2016-01-16-2/+2
| | | | | | | Update definitions for processor, registers as well as assemby macros. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
* MIPS: unify cache maintenance functionsPaul Burton2015-01-29-0/+118
Move the more developed mips32 version of the cache maintenance functions to a common arch/mips/lib/cache.c, in order to reduce duplication between mips32 & mips64. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>