aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/fsl_booke_mmu.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-12-14 09:04:24 -0700
committerGrant Likely <grant.likely@secretlab.ca>2009-12-14 09:04:24 -0700
commitae4cec4736969ec2196a6bbce4ab263ff7cb7eef (patch)
tree23ba5a6155ff43e51b32f9feb1378dc9d3fe2352 /arch/powerpc/mm/fsl_booke_mmu.c
parentpowerpc: wii: allow ioremap within the memory hole (diff)
downloadlinux-dev-ae4cec4736969ec2196a6bbce4ab263ff7cb7eef.tar.xz
linux-dev-ae4cec4736969ec2196a6bbce4ab263ff7cb7eef.zip
powerpc: fix up for mmu_mapin_ram api change
Today's linux-next build (powerpc ppc44x_defconfig) failed like this: arch/powerpc/mm/pgtable_32.c: In function 'mapin_ram': arch/powerpc/mm/pgtable_32.c:318: error: too many arguments to function 'mmu_mapin_ram' Casued by commit de32400dd26e743c5d500aa42d8d6818b79edb73 ("wii: use both mem1 and mem2 as ram"). Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/mm/fsl_booke_mmu.c')
-rw-r--r--arch/powerpc/mm/fsl_booke_mmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/fsl_booke_mmu.c b/arch/powerpc/mm/fsl_booke_mmu.c
index dc93e95b256e..6da4b9087b3f 100644
--- a/arch/powerpc/mm/fsl_booke_mmu.c
+++ b/arch/powerpc/mm/fsl_booke_mmu.c
@@ -156,7 +156,7 @@ void invalidate_tlbcam_entry(int index)
loadcam_entry(index);
}
-unsigned long __init mmu_mapin_ram(void)
+unsigned long __init mmu_mapin_ram(unsigned long top)
{
unsigned long virt = PAGE_OFFSET;
phys_addr_t phys = memstart_addr;