commit | e4bfc8b5454488c0196395adb920c84aa105feb1 | [log] [tgz] |
---|---|---|
author | Nick Spence <nick.spence@freescale.com> | Thu Aug 28 14:09:15 2008 -0700 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 13 13:57:14 2008 +0200 |
tree | e2f9da3de8cd40a451f10c2894077ad932d2ae36 | |
parent | bc1a0b4c439b09f8143a6516317a34362ceffdaf [diff] |
mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache This is needed in unlock_ram_in_cache() because it is called from C and will corrupt the small data area anchor that is kept in R2. lock_ram_in_cache() is modified similarly as good coding practice, but is not called from C. Signed-off-by: Nick Spence <nick.spence@freescale.com>