diff options
Diffstat (limited to 'include/asm-ia64/tlbflush.h')
-rw-r--r-- | include/asm-ia64/tlbflush.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-ia64/tlbflush.h b/include/asm-ia64/tlbflush.h index e37f9fbf33af..80bcb0a38e8a 100644 --- a/include/asm-ia64/tlbflush.h +++ b/include/asm-ia64/tlbflush.h | |||
@@ -84,19 +84,6 @@ flush_tlb_page (struct vm_area_struct *vma, unsigned long addr) | |||
84 | } | 84 | } |
85 | 85 | ||
86 | /* | 86 | /* |
87 | * Flush the TLB entries mapping the virtually mapped linear page | ||
88 | * table corresponding to address range [START-END). | ||
89 | */ | ||
90 | static inline void | ||
91 | flush_tlb_pgtables (struct mm_struct *mm, unsigned long start, unsigned long end) | ||
92 | { | ||
93 | /* | ||
94 | * Deprecated. The virtual page table is now flushed via the normal gather/flush | ||
95 | * interface (see tlb.h). | ||
96 | */ | ||
97 | } | ||
98 | |||
99 | /* | ||
100 | * Flush the local TLB. Invoked from another cpu using an IPI. | 87 | * Flush the local TLB. Invoked from another cpu using an IPI. |
101 | */ | 88 | */ |
102 | #ifdef CONFIG_SMP | 89 | #ifdef CONFIG_SMP |