X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fpgalloc.h;h=36ef40d1f1c05211b8d72e7544bdedad2516d555;hb=870346e874245447a5097bc1513acb45478c0a7a;hp=d63ea431cb3bbc974bec3fa3b22e5afff0194c17;hpb=1a781a777b2f6ac46523fe92396215762ced624d;p=pandora-kernel.git diff --git a/include/asm-x86/pgalloc.h b/include/asm-x86/pgalloc.h index d63ea431cb3b..36ef40d1f1c0 100644 --- a/include/asm-x86/pgalloc.h +++ b/include/asm-x86/pgalloc.h @@ -42,6 +42,7 @@ static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) static inline void pte_free(struct mm_struct *mm, struct page *pte) { + pgtable_page_dtor(pte); __free_page(pte); }