commit | 392438406041415fe64ab8748ec5ab5ad01d1cf7 | [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 | 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c [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>