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 de32400dd2 ("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>
This commit is contained in:
Stephen Rothwell
2009-12-14 09:04:24 -07:00
committed by Grant Likely
父節點 c0577eeee0
當前提交 ae4cec4736
共有 4 個文件被更改,包括 6 次插入6 次删除

查看文件

@@ -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;