diff options
Diffstat (limited to 'include/asm-arm/tlb.h')
-rw-r--r-- | include/asm-arm/tlb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-arm/tlb.h b/include/asm-arm/tlb.h index da41df20928f..a35ab0f2e25e 100644 --- a/include/asm-arm/tlb.h +++ b/include/asm-arm/tlb.h | |||
@@ -68,11 +68,6 @@ tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) | |||
68 | put_cpu_var(mmu_gathers); | 68 | put_cpu_var(mmu_gathers); |
69 | } | 69 | } |
70 | 70 | ||
71 | static inline unsigned int tlb_is_full_mm(struct mmu_gather *tlb) | ||
72 | { | ||
73 | return tlb->fullmm; | ||
74 | } | ||
75 | |||
76 | #define tlb_remove_tlb_entry(tlb,ptep,address) do { } while (0) | 71 | #define tlb_remove_tlb_entry(tlb,ptep,address) do { } while (0) |
77 | 72 | ||
78 | /* | 73 | /* |