commit | 9a26513e0972b67a27463c1cdc1369f3f64f86a7 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Wed Jun 12 18:02:46 2013 +0200 |
committer | Tom Rini <trini@ti.com> | Wed Jul 24 09:51:05 2013 -0400 |
tree | cae25d170f59261651ca5ff9f2b6aeb2501f94d2 | |
parent | 336324583b04a945ec9ed340fafb1bd926ffda8f [diff] |
MIPS: mips32/cache.S: remove superfluous register assignment The t4 register already holds the cache line size, and the value of the register is not changed in mips_init_icache. Get the cache line size value from t4 for mips_init_dcache as well and remove the superfluous assignment of t5 register. Signed-off-by: Gabor Juhos <juhosg@openwrt.org>