1  /* SPDX-License-Identifier: GPL-2.0 */
2  #ifndef __ASM_XTENSA_CACHETYPE_H
3  #define __ASM_XTENSA_CACHETYPE_H
4  
5  #include <asm/cache.h>
6  #include <asm/page.h>
7  
8  #define cpu_dcache_is_aliasing()	(DCACHE_WAY_SIZE > PAGE_SIZE)
9  
10  #endif
11