summaryrefslogtreecommitdiff
path: root/arch/csky/include/asm/cachetype.h
blob: 98cbe3af662ffa5e360021fd815f03f9d7454f56 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_CSKY_CACHETYPE_H
#define __ASM_CSKY_CACHETYPE_H

#include <linux/types.h>

#define cpu_dcache_is_aliasing()	true

#endif