arm64: rename __asm_flush_dcache_level to __asm_dcache_level
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 17 May 2016 07:38:08 +0000 (16:38 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:47:55 +0000 (15:47 -0400)
commitba9eb6c7eb3490f72f07bc712f7196fb4e0fe80c
tree67323ee0d3ab3ff9e3b3708692a7e463f2576fa1
parent1a021230d37d4f87ec0ca9f4103b582e415f1b76
arm64: rename __asm_flush_dcache_level to __asm_dcache_level

Since 1e6ad55c0582 ("armv8/cache: Change cache invalidate and flush
function"), this routine can be used for both cache flushing and
cache invalidation.  So, it is better to not include "flush" in
this routine name.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/cpu/armv8/cache.S