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

#include <linux/types.h>

#define cpu_dcache_is_aliasing()	true

#endif