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

#include <asm/cpu-features.h>

#define cpu_dcache_is_aliasing()	cpu_has_dc_aliases

#endif