
30 Nov
2016
30 Nov
'16
1:33 a.m.
On 27 November 2016 at 15:15, Vladimir Zapolskiy vz@mleia.com wrote:
No functional change, moving cache manipulation functions into cache.c allows to collect all of them in a single location and as a pleasant side effect cache_control() function can be unexported now.
Signed-off-by: Vladimir Zapolskiy vz@mleia.com
arch/sh/cpu/sh4/cache.c | 39 ++++++++++++++++++++++++++++++++++++--- arch/sh/cpu/sh4/cpu.c | 34 ---------------------------------- arch/sh/include/asm/cache.h | 2 -- 3 files changed, 36 insertions(+), 39 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org