Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / arch / csky / include / asm / cachetype.h
CommitLineData
8690bbcf
MD
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __ASM_CSKY_CACHETYPE_H
3#define __ASM_CSKY_CACHETYPE_H
4
5#include <linux/types.h>
6
7#define cpu_dcache_is_aliasing() true
8
9#endif