]> Git Repo - linux.git/blob - arch/mips/include/asm/cachetype.h
Linux 6.14-rc3
[linux.git] / arch / mips / include / asm / cachetype.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_MIPS_CACHETYPE_H
3 #define __ASM_MIPS_CACHETYPE_H
4
5 #include <asm/cpu-features.h>
6
7 #define cpu_dcache_is_aliasing()        cpu_has_dc_aliases
8
9 #endif
This page took 0.03128 seconds and 4 git commands to generate.