diff options
| -rw-r--r-- | arch/s390/include/asm/tlb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/asm/tlb.h b/arch/s390/include/asm/tlb.h index 572c59949004..06d8741ad6f4 100644 --- a/arch/s390/include/asm/tlb.h +++ b/arch/s390/include/asm/tlb.h | |||
| @@ -121,6 +121,7 @@ static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, | |||
| 121 | #ifdef CONFIG_64BIT | 121 | #ifdef CONFIG_64BIT |
| 122 | if (tlb->mm->context.asce_limit <= (1UL << 31)) | 122 | if (tlb->mm->context.asce_limit <= (1UL << 31)) |
| 123 | return; | 123 | return; |
| 124 | pgtable_pmd_page_dtor(virt_to_page(pmd)); | ||
| 124 | tlb_remove_table(tlb, pmd); | 125 | tlb_remove_table(tlb, pmd); |
| 125 | #endif | 126 | #endif |
| 126 | } | 127 | } |
