diff options
Diffstat (limited to 'include/asm-arm26/tlb.h')
-rw-r--r-- | include/asm-arm26/tlb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-arm26/tlb.h b/include/asm-arm26/tlb.h index 8486b00a6799..c7d54ca0a239 100644 --- a/include/asm-arm26/tlb.h +++ b/include/asm-arm26/tlb.h | |||
@@ -55,13 +55,6 @@ tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) | |||
55 | put_cpu_var(mmu_gathers); | 55 | put_cpu_var(mmu_gathers); |
56 | } | 56 | } |
57 | 57 | ||
58 | |||
59 | static inline unsigned int | ||
60 | tlb_is_full_mm(struct mmu_gather *tlb) | ||
61 | { | ||
62 | return tlb->fullmm; | ||
63 | } | ||
64 | |||
65 | #define tlb_remove_tlb_entry(tlb,ptep,address) do { } while (0) | 58 | #define tlb_remove_tlb_entry(tlb,ptep,address) do { } while (0) |
66 | //#define tlb_start_vma(tlb,vma) do { } while (0) | 59 | //#define tlb_start_vma(tlb,vma) do { } while (0) |
67 | //FIXME - ARM32 uses this now that things changed in the kernel. seems like it may be pointless on arm26, however to get things compiling... | 60 | //FIXME - ARM32 uses this now that things changed in the kernel. seems like it may be pointless on arm26, however to get things compiling... |