powerpc/mm: Move ioremap functions out of pgtable_32/64.c
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 20 Aug 2019 14:07:17 +0000 (14:07 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 27 Aug 2019 03:03:35 +0000 (13:03 +1000)
commitf381d5711f091facd8847a54a2377cc0d1519df2
treec187a3aa9f280cafa727be14d92406682ba972a0
parent7cd9b317b630683b0c8eb2dfcfb046003ad6b97b
powerpc/mm: Move ioremap functions out of pgtable_32/64.c

Create ioremap_32.c and ioremap_64.c and move respective ioremap
functions out of pgtable_32.c and pgtable_64.c

In the meantime, fix a few comments and changes a printk() to
pr_warn(). Also fix a few oversplitted lines.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/b5c8b02ccefd4ede64c61b53cf64fb5dacb35740.1566309263.git.christophe.leroy@c-s.fr
arch/powerpc/mm/Makefile
arch/powerpc/mm/ioremap_32.c [new file with mode: 0644]
arch/powerpc/mm/ioremap_64.c [new file with mode: 0644]
arch/powerpc/mm/pgtable_32.c
arch/powerpc/mm/pgtable_64.c