xref: /linux/arch/um/include/asm/cacheflush.h (revision 01a9664e0d9f8f8d5c0c7c33be2aae1284c2fc05)
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 */
10