]> Git Repo - linux.git/blob - arch/nios2/include/asm/cachetype.h
Linux 6.14-rc3
[linux.git] / arch / nios2 / include / asm / cachetype.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_NIOS2_CACHETYPE_H
3 #define __ASM_NIOS2_CACHETYPE_H
4
5 #include <asm/page.h>
6 #include <asm/cache.h>
7
8 #define cpu_dcache_is_aliasing()        (NIOS2_DCACHE_SIZE > PAGE_SIZE)
9
10 #endif
This page took 0.030153 seconds and 4 git commands to generate.