diff options
Diffstat (limited to 'include/asm-ia64/tlb.h')
-rw-r--r-- | include/asm-ia64/tlb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-ia64/tlb.h b/include/asm-ia64/tlb.h index 1b82299d7c1e..0bbd79f6a793 100644 --- a/include/asm-ia64/tlb.h +++ b/include/asm-ia64/tlb.h | |||
@@ -178,12 +178,6 @@ tlb_finish_mmu (struct mmu_gather *tlb, unsigned long start, unsigned long end) | |||
178 | put_cpu_var(mmu_gathers); | 178 | put_cpu_var(mmu_gathers); |
179 | } | 179 | } |
180 | 180 | ||
181 | static inline unsigned int | ||
182 | tlb_is_full_mm(struct mmu_gather *tlb) | ||
183 | { | ||
184 | return tlb->fullmm; | ||
185 | } | ||
186 | |||
187 | /* | 181 | /* |
188 | * Logically, this routine frees PAGE. On MP machines, the actual freeing of the page | 182 | * Logically, this routine frees PAGE. On MP machines, the actual freeing of the page |
189 | * must be delayed until after the TLB has been flushed (see comments at the beginning of | 183 | * must be delayed until after the TLB has been flushed (see comments at the beginning of |