[U-Boot] [RESEND][PATCH 06/24] sh4: cache: move exported cache manipulation functions into cache.c
Simon Glass
sjg at chromium.org
Wed Nov 30 01:33:16 CET 2016
On 27 November 2016 at 15:15, Vladimir Zapolskiy <vz at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list