1 #ifndef __UM_ASM_CACHEFLUSH_H 1 2 #define __UM_ASM_CACHEFLUSH_H 3 4 #include <asm/tlbflush.h> 5 #define flush_cache_vmap flush_tlb_kernel_rang 6 #define flush_cache_vunmap flush_tlb_kernel_ra 7 8 #include <asm-generic/cacheflush.h> 9 #endif /* __UM_ASM_CACHEFLUSH_H */ 10
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.