diff options
Diffstat (limited to 'arch/sh/include/asm/pgalloc.h')
-rw-r--r-- | arch/sh/include/asm/pgalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/pgalloc.h b/arch/sh/include/asm/pgalloc.h index f8982f4e0405..8c00785c60d5 100644 --- a/arch/sh/include/asm/pgalloc.h +++ b/arch/sh/include/asm/pgalloc.h | |||
@@ -9,7 +9,7 @@ | |||
9 | extern pgd_t *pgd_alloc(struct mm_struct *); | 9 | extern pgd_t *pgd_alloc(struct mm_struct *); |
10 | extern void pgd_free(struct mm_struct *mm, pgd_t *pgd); | 10 | extern void pgd_free(struct mm_struct *mm, pgd_t *pgd); |
11 | 11 | ||
12 | #ifdef CONFIG_PGTABLE_LEVELS_3 | 12 | #if PAGETABLE_LEVELS > 2 |
13 | extern void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmd); | 13 | extern void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmd); |
14 | extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address); | 14 | extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address); |
15 | extern void pmd_free(struct mm_struct *mm, pmd_t *pmd); | 15 | extern void pmd_free(struct mm_struct *mm, pmd_t *pmd); |