diff options
Diffstat (limited to 'arch/powerpc/mm/mmu_decl.h')
-rw-r--r-- | arch/powerpc/mm/mmu_decl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/mmu_decl.h b/arch/powerpc/mm/mmu_decl.h index 04802252a64f..46585b7bb194 100644 --- a/arch/powerpc/mm/mmu_decl.h +++ b/arch/powerpc/mm/mmu_decl.h | |||
@@ -29,7 +29,7 @@ extern void hash_preload(struct mm_struct *mm, unsigned long ea, | |||
29 | #ifdef CONFIG_PPC32 | 29 | #ifdef CONFIG_PPC32 |
30 | extern void mapin_ram(void); | 30 | extern void mapin_ram(void); |
31 | extern int map_page(unsigned long va, phys_addr_t pa, int flags); | 31 | extern int map_page(unsigned long va, phys_addr_t pa, int flags); |
32 | extern void setbat(int index, unsigned long virt, unsigned long phys, | 32 | extern void setbat(int index, unsigned long virt, phys_addr_t phys, |
33 | unsigned int size, int flags); | 33 | unsigned int size, int flags); |
34 | extern void settlbcam(int index, unsigned long virt, phys_addr_t phys, | 34 | extern void settlbcam(int index, unsigned long virt, phys_addr_t phys, |
35 | unsigned int size, int flags, unsigned int pid); | 35 | unsigned int size, int flags, unsigned int pid); |