]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc84b77e0c50b38d1e97610c87d1a8875c19e3b2
treec187a3aa9f280cafa727be14d92406682ba972a0
parentdcbbef9d89267e14be8c0c88cb9c5315a53c8dc3
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