Linux 6.13-rc4
[linux.git] / arch / sh / include / asm / cachetype.h
bloba5fffe5360684d757932e83b85ed38f2039a373f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SH_CACHETYPE_H
3 #define __ASM_SH_CACHETYPE_H
5 #include <linux/types.h>
7 #define cpu_dcache_is_aliasing() true
9 #endif