diff options
Diffstat (limited to 'include/asm-h8300/tlb.h')
-rw-r--r-- | include/asm-h8300/tlb.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/asm-h8300/tlb.h b/include/asm-h8300/tlb.h new file mode 100644 index 000000000000..3dea80ad9e6f --- /dev/null +++ b/include/asm-h8300/tlb.h | |||
@@ -0,0 +1,23 @@ | |||
1 | /* | ||
2 | include/asm-h8300/tlb.h | ||
3 | */ | ||
4 | |||
5 | #ifndef __H8300_TLB_H__ | ||
6 | #define __H8300_TLB_H__ | ||
7 | |||
8 | #define tlb_flush(tlb) do { } while(0) | ||
9 | |||
10 | /* | ||
11 | include/asm-h8300/tlb.h | ||
12 | */ | ||
13 | |||
14 | #ifndef __H8300_TLB_H__ | ||
15 | #define __H8300_TLB_H__ | ||
16 | |||
17 | #define tlb_flush(tlb) do { } while(0) | ||
18 | |||
19 | #include <asm-generic/tlb.h> | ||
20 | |||
21 | #endif | ||
22 | |||
23 | #endif | ||