OSDN Git Service

powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 9 Oct 2018 13:51:41 +0000 (13:51 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 14 Oct 2018 07:04:09 +0000 (18:04 +1100)
commitaa91796ec46339f2ed53da311bd3ea77a3e4dfe1
tree4a0fd86a6531a7cfb3db5c17a60b9826b1bbeafe
parent402a5698b4462a3dcfcf9bdafabed7f63c9be7d8
powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.

In many places, ioremap_prot() and __ioremap() can be replaced with
higher level functions like ioremap(), ioremap_coherent(),
ioremap_cache(), ioremap_wc() ...

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/btext.c
arch/powerpc/kernel/crash_dump.c
arch/powerpc/platforms/85xx/smp.c
arch/powerpc/platforms/pasemi/dma_lib.c
arch/powerpc/platforms/ps3/spu.c
arch/powerpc/sysdev/fsl_85xx_cache_sram.c