]> Git Repo - linux.git/commit
powerpc: allow ioremap within reserved memory regions
authorAlbert Herranz <[email protected]>
Sat, 12 Dec 2009 06:31:54 +0000 (06:31 +0000)
committerGrant Likely <[email protected]>
Sun, 13 Dec 2009 05:24:32 +0000 (22:24 -0700)
commitc5df7f775148723de39274537a886e9502eef336
tree548acbcef58b1d60308f7e7cd894d514583895a2
parentde32400dd26e743c5d500aa42d8d6818b79edb73
powerpc: allow ioremap within reserved memory regions

Add a flag to let a platform ioremap memory regions marked as reserved.

This flag will be used later by the Nintendo Wii support code to allow
ioremapping the I/O region sitting between MEM1 and MEM2 and marked
as reserved RAM in the patch "wii: use both mem1 and mem2 as ram".

This will no longer be needed when proper discontig memory support
for 32-bit PowerPC is added to the kernel.

Signed-off-by: Albert Herranz <[email protected]>
Acked-by: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
arch/powerpc/mm/init_32.c
arch/powerpc/mm/mmu_decl.h
arch/powerpc/mm/pgtable_32.c
include/linux/lmb.h
lib/lmb.c
This page took 0.058061 seconds and 4 git commands to generate.