]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/frv/mm/pgalloc.c
add mm argument to pte/pmd/pud/pgd_free
[linux-2.6-omap-h63xx.git] / arch / frv / mm / pgalloc.c
index 7787c3cc52c6923d58e305b4ae10c4e3ab6b87e1..1a2e5c8d03a9c7e639ab354705a08cb0916bb443 100644 (file)
@@ -140,7 +140,7 @@ pgd_t *pgd_alloc(struct mm_struct *mm)
        return pgd;
 }
 
-void pgd_free(pgd_t *pgd)
+void pgd_free(struct mm_struct *mm, pgd_t *pgd)
 {
        /* in the non-PAE case, clear_page_tables() clears user pgd entries */
        quicklist_free(0, pgd_dtor, pgd);