diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-10-19 02:39:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-19 14:53:34 -0400 |
commit | 1c7037db50ebecf3d5cfbf7082daa5d97d900fef (patch) | |
tree | 1843c417160b79c3f79a54d546ddcf5ccdb1b44b /include/asm-cris | |
parent | 22124c9999f00340b062fff740db30187bf18454 (diff) |
remove unused flush_tlb_pgtables
Nobody uses flush_tlb_pgtables anymore, this patch removes all remaining
traces of it from all archs.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-cris')
-rw-r--r-- | include/asm-cris/tlbflush.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-cris/tlbflush.h b/include/asm-cris/tlbflush.h index 0569612477e3..20697e7ef4f2 100644 --- a/include/asm-cris/tlbflush.h +++ b/include/asm-cris/tlbflush.h | |||
@@ -38,13 +38,6 @@ static inline void flush_tlb_range(struct vm_area_struct * vma, unsigned long st | |||
38 | flush_tlb_mm(vma->vm_mm); | 38 | flush_tlb_mm(vma->vm_mm); |
39 | } | 39 | } |
40 | 40 | ||
41 | static inline void flush_tlb_pgtables(struct mm_struct *mm, | ||
42 | unsigned long start, unsigned long end) | ||
43 | { | ||
44 | /* CRIS does not keep any page table caches in TLB */ | ||
45 | } | ||
46 | |||
47 | |||
48 | static inline void flush_tlb(void) | 41 | static inline void flush_tlb(void) |
49 | { | 42 | { |
50 | flush_tlb_mm(current->mm); | 43 | flush_tlb_mm(current->mm); |