Searched hist:"6 ab8b961de4e883dc61fb7dfd22a9ac7ab359250" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/sh/cpu/sh4/ |
| H A D | cache.c | 6ab8b961de4e883dc61fb7dfd22a9ac7ab359250 Sun Nov 27 22:15:17 UTC 2016 Vladimir Zapolskiy <vz@mleia.com> sh: cache: don't modify CCR from P1 area
cache_wback_all() is a local function and it is called from cache_control() only, which is in turn jumps to P2 area.
The change fixes an issue when cache_wback_all() returns from P2 to P1, however cache_control() continues to manipulate with CCR register, according to the User's Manual this is restricted.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
|