10 lines
257 B
C
10 lines
257 B
C
|
#ifndef __UM_ASM_CACHEFLUSH_H
|
||
|
#define __UM_ASM_CACHEFLUSH_H
|
||
|
|
||
|
#include <asm/tlbflush.h>
|
||
|
#define flush_cache_vmap flush_tlb_kernel_range
|
||
|
#define flush_cache_vunmap flush_tlb_kernel_range
|
||
|
|
||
|
#include <asm-generic/cacheflush.h>
|
||
|
#endif /* __UM_ASM_CACHEFLUSH_H */
|