14 lines
273 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SW64_CACHEFLUSH_H
#define _ASM_SW64_CACHEFLUSH_H
2026-01-29 22:25:33 +08:00
/*
* DCache: PIPT
* ICache:
* - C3B is VIVT with ICTAG, support coherence.
* - C4 is VIPT
2026-01-21 18:59:54 +08:00
*/
#include <asm-generic/cacheflush.h>
#endif /* _ASM_SW64_CACHEFLUSH_H */