summaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/tlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-parisc/tlb.h')
-rw-r--r--include/asm-parisc/tlb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-parisc/tlb.h b/include/asm-parisc/tlb.h
index 33107a2..383b1db 100644
--- a/include/asm-parisc/tlb.h
+++ b/include/asm-parisc/tlb.h
@@ -21,7 +21,7 @@ do { if (!(tlb)->fullmm) \
#include <asm-generic/tlb.h>
-#define __pmd_free_tlb(tlb, pmd) pmd_free(pmd)
-#define __pte_free_tlb(tlb, pte) pte_free(pte)
+#define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd)
+#define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte)
#endif
OpenPOWER on IntegriCloud