]> Git Repo - J-linux.git/blob - arch/sparc/include/asm/cachetype.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / sparc / include / asm / cachetype.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SPARC_CACHETYPE_H
3 #define __ASM_SPARC_CACHETYPE_H
4
5 #include <asm/page.h>
6
7 #ifdef CONFIG_SPARC32
8 extern int vac_cache_size;
9 #define cpu_dcache_is_aliasing()        (vac_cache_size > PAGE_SIZE)
10 #else
11 #define cpu_dcache_is_aliasing()        (L1DCACHE_SIZE > PAGE_SIZE)
12 #endif
13
14 #endif
This page took 0.025744 seconds and 4 git commands to generate.