diff options
| author | Gabor Juhos <[email protected]> | 2013-06-13 12:59:34 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-07-24 09:51:06 -0400 |
| commit | c325916563ac67ec5f86748060c2909a9b960bee (patch) | |
| tree | a98d4adeb632f03e54c4aa24760fca03732b7dde | |
| parent | d707e5b713e1188556027d835a542d1fc888179d (diff) | |
MIPS: mips32/cache.S: save return address in t9 register
Synchronize the code with mips64/cache.S, in order to
allow further unifications.
Signed-off-by: Gabor Juhos <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
| -rw-r--r-- | arch/mips/cpu/mips32/cache.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cpu/mips32/cache.S b/arch/mips/cpu/mips32/cache.S index 40bb46e5b68..fc13d3faab9 100644 --- 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 t8 +#define RA t9 /* * 16kB is the maximum size of instruction and data caches on MIPS 4K, |
