diff options
Diffstat (limited to 'include/asm-generic/tlb.h')
-rw-r--r-- | include/asm-generic/tlb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-generic/tlb.h b/include/asm-generic/tlb.h index c8232622c8d9..5d352a70f004 100644 --- a/include/asm-generic/tlb.h +++ b/include/asm-generic/tlb.h | |||
@@ -103,12 +103,6 @@ tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) | |||
103 | put_cpu_var(mmu_gathers); | 103 | put_cpu_var(mmu_gathers); |
104 | } | 104 | } |
105 | 105 | ||
106 | static inline unsigned int | ||
107 | tlb_is_full_mm(struct mmu_gather *tlb) | ||
108 | { | ||
109 | return tlb->fullmm; | ||
110 | } | ||
111 | |||
112 | /* tlb_remove_page | 106 | /* tlb_remove_page |
113 | * Must perform the equivalent to __free_pte(pte_get_and_clear(ptep)), while | 107 | * Must perform the equivalent to __free_pte(pte_get_and_clear(ptep)), while |
114 | * handling the additional races in SMP caused by other CPUs caching valid | 108 | * handling the additional races in SMP caused by other CPUs caching valid |