aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sh/include/asm/cachetype.h
blob: a5fffe5360684d757932e83b85ed38f2039a373f (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_CACHETYPE_H
#define __ASM_SH_CACHETYPE_H

#include <linux/types.h>

#define cpu_dcache_is_aliasing()	true

#endif