commit | f381d5711f091facd8847a54a2377cc0d1519df2 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Aug 20 14:07:17 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Aug 27 13:03:35 2019 +1000 |
tree | c187a3aa9f280cafa727be14d92406682ba972a0 | |
parent | 7cd9b317b630683b0c8eb2dfcfb046003ad6b97b [diff] |
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