Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
523a6a945f3cf5f1d337e50634687a577a732a5f
/
.
/
arch
/
c6x
/
include
/
asm
/
tlb.h
blob: 8709e5e29d2d2e834c9cfb72d6a31a08a8cd3db5 [
file
] [
log
] [
blame
]
Aurelien Jacquiot
a7f626c
2011-10-04 11:14:47 -0400
[
diff
] [
blame
]
1
#ifndef
_ASM_C6X_TLB_H
2
#define
_ASM_C6X_TLB_H
3
4
#define
tlb_flush
(
tlb
)
flush_tlb_mm
((
tlb
)->
mm
)
5
6
#include
<asm-generic/tlb.h>
7
8
#endif
/* _ASM_C6X_TLB_H */