X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-mips%2Fpgalloc.h;h=9fb57c035213ca07bd900cac5376de915082b198;hb=1df21055e34b6a68d62cf0c524b9e52deebd7ead;hp=af121c67dc7197d01d5094e0e689d5fe1095bdc7;hpb=40eb006685387b2861bd7196be0ab7144c5d5b71;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-mips/pgalloc.h b/include/asm-mips/pgalloc.h index af121c67dc7..9fb57c03521 100644 --- a/include/asm-mips/pgalloc.h +++ b/include/asm-mips/pgalloc.h @@ -11,6 +11,7 @@ #include #include +#include static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) @@ -130,4 +131,6 @@ static inline void pmd_free(pmd_t *pmd) #define check_pgt_cache() do { } while (0) +extern void pagetable_init(void); + #endif /* _ASM_PGALLOC_H */