|
@@ -138,7 +138,6 @@ static inline void pgtable_free_tlb(struct mmu_gather *tlb,
|
|
|
static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table,
|
|
static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table,
|
|
|
unsigned long address)
|
|
unsigned long address)
|
|
|
{
|
|
{
|
|
|
- pgtable_page_dtor(table);
|
|
|
|
|
pgtable_free_tlb(tlb, page_address(table), 0);
|
|
pgtable_free_tlb(tlb, page_address(table), 0);
|
|
|
}
|
|
}
|
|
|
#endif /* _ASM_POWERPC_BOOK3S_32_PGALLOC_H */
|
|
#endif /* _ASM_POWERPC_BOOK3S_32_PGALLOC_H */
|