diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-10 06:35:53 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:44 -0500 |
commit | 959f7d587e236a2d218f527771f156c336409d11 (patch) | |
tree | 9cbc0ec58d072dc58c04e91488a8013518582af4 /include/asm-sh/tlb.h | |
parent | 256b22ca66987c537064dc25b0b267966189b5ba (diff) |
sh: Move over the SH-5 head.S and tlb.h.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/tlb.h')
-rw-r--r-- | include/asm-sh/tlb.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/asm-sh/tlb.h b/include/asm-sh/tlb.h index 53d185bcf872..56ad1fb888a2 100644 --- a/include/asm-sh/tlb.h +++ b/include/asm-sh/tlb.h | |||
@@ -1,6 +1,12 @@ | |||
1 | #ifndef __ASM_SH_TLB_H | 1 | #ifndef __ASM_SH_TLB_H |
2 | #define __ASM_SH_TLB_H | 2 | #define __ASM_SH_TLB_H |
3 | 3 | ||
4 | #ifdef CONFIG_SUPERH64 | ||
5 | # include "tlb_64.h" | ||
6 | #endif | ||
7 | |||
8 | #ifndef __ASSEMBLY__ | ||
9 | |||
4 | #define tlb_start_vma(tlb, vma) \ | 10 | #define tlb_start_vma(tlb, vma) \ |
5 | flush_cache_range(vma, vma->vm_start, vma->vm_end) | 11 | flush_cache_range(vma, vma->vm_start, vma->vm_end) |
6 | 12 | ||
@@ -15,4 +21,6 @@ | |||
15 | #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) | 21 | #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) |
16 | 22 | ||
17 | #include <asm-generic/tlb.h> | 23 | #include <asm-generic/tlb.h> |
18 | #endif | 24 | |
25 | #endif /* __ASSEMBLY__ */ | ||
26 | #endif /* __ASM_SH_TLB_H */ | ||