mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
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 */
|