]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: unify cache maintenance functions
authorPaul Burton <paul.burton@imgtec.com>
Thu, 29 Jan 2015 01:27:57 +0000 (01:27 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 29 Jan 2015 11:55:00 +0000 (12:55 +0100)
commit30374f98d14d5979f95a9d21d66346eaa9a795a1
tree687a306b607d8d851f895cf95d6bd057149ecc49
parent2b8bcc5a2fca54648ece966902b8230de971b609
MIPS: unify cache maintenance functions

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>
arch/mips/cpu/mips32/cpu.c
arch/mips/cpu/mips64/cpu.c
arch/mips/lib/Makefile
arch/mips/lib/cache.c [new file with mode: 0644]