commit | 4029d8e8bea4e76fb7f76bb806485608adbed625 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue May 17 16:38:08 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 15:47:55 2016 -0400 |
tree | 67323ee0d3ab3ff9e3b3708692a7e463f2576fa1 | |
parent | a9c3961344ec2fbe8cd4349acec4bfa32852d5fc [diff] |
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>