projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d707e5b
)
MIPS: mips32/cache.S: save return address in t9 register
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 13 Jun 2013 10:59:34 +0000
(12:59 +0200)
committer
Tom Rini
<trini@ti.com>
Wed, 24 Jul 2013 13:51:06 +0000
(09:51 -0400)
Synchronize the code with mips64/cache.S, in order to
allow further unifications.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
arch/mips/cpu/mips32/cache.S
patch
|
blob
|
history
diff --git
a/arch/mips/cpu/mips32/cache.S
b/arch/mips/cpu/mips32/cache.S
index 40bb46e5b68bf25d9d3ad860ba9714d22f64dc14..fc13d3faab9d2f14da49e3f3dcbb9a7d76e65fd3 100644
(file)
--- a/
arch/mips/cpu/mips32/cache.S
+++ b/
arch/mips/cpu/mips32/cache.S
@@
-18,7
+18,7
@@
#define CONFIG_SYS_MIPS_CACHE_MODE CONF_CM_CACHABLE_NONCOHERENT
#endif
-#define RA t
8
+#define RA t
9
/*
* 16kB is the maximum size of instruction and data caches on MIPS 4K,