]> Git Repo - J-u-boot.git/commit
sh4: cache: move exported cache manipulation functions into cache.c
authorVladimir Zapolskiy <[email protected]>
Sun, 27 Nov 2016 22:15:18 +0000 (00:15 +0200)
committerTom Rini <[email protected]>
Sat, 3 Dec 2016 02:32:42 +0000 (21:32 -0500)
commitb33718c614afc8f60285311ab587ff1228e5bd29
tree8d726dd2cc44366d94d2e199fad9ee811fc57a71
parent6ab8b961de4e883dc61fb7dfd22a9ac7ab359250
sh4: cache: move exported cache manipulation functions into cache.c

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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/sh/cpu/sh4/cache.c
arch/sh/cpu/sh4/cpu.c
arch/sh/include/asm/cache.h
This page took 0.034055 seconds and 4 git commands to generate.