commit | d38153f9ccc9b6b6a27a91559999292c27b72b8c | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Mon Jun 10 13:08:17 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Jun 19 20:05:09 2019 +1000 |
tree | 4973187ccc5391cf51c9fa5eade9140a57ea7bfd | |
parent | a72808a7ec5d340417a91a81e5cabdaa50650f2e [diff] |
powerpc/64s/radix: ioremap use ioremap_page_range Radix can use ioremap_page_range for ioremap, after slab is available. This makes it possible to enable huge ioremap mapping support. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>