]> Git Repo - linux.git/blob - arch/um/include/asm/cacheflush.h
Merge tag 'ata-5.17-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemo...
[linux.git] / arch / um / include / asm / cacheflush.h
1 #ifndef __UM_ASM_CACHEFLUSH_H
2 #define __UM_ASM_CACHEFLUSH_H
3
4 #include <asm/tlbflush.h>
5 #define flush_cache_vmap flush_tlb_kernel_range
6 #define flush_cache_vunmap flush_tlb_kernel_range
7
8 #include <asm-generic/cacheflush.h>
9 #endif /* __UM_ASM_CACHEFLUSH_H */
This page took 0.034671 seconds and 4 git commands to generate.