commit | 25d74db80f9c3fc6901b475f59db33232df30509 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jun 19 15:27:57 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 03 14:42:01 2024 -0600 |
tree | 1b0e30d450a7cff81255acf88cf05ffc4c609fb9 | |
parent | 15c6469e917877a321b11cf7fb23ffc108ac10b2 [diff] |
powerpc: Implement a default flush_dcache_all Implement a weak default version of flush_dcache_all which is based on the ARM default, which is to flush the entire range via flush_dcache_range(...). Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Tom Rini <trini@konsulko.com>