1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __ASM_ARC_CACHETYPE_H 3 #define __ASM_ARC_CACHETYPE_H 4 5 #define cpu_dcache_is_aliasing() false 6 #define cpu_icache_is_aliasing() true 7 8 #endif 9
1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __ASM_ARC_CACHETYPE_H 3 #define __ASM_ARC_CACHETYPE_H 4 5 #define cpu_dcache_is_aliasing() false 6 #define cpu_icache_is_aliasing() true 7 8 #endif 9