diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2019-09-12 16:49:43 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-11-19 11:38:38 +0300 |
commit | 265c3491c4bc8d40587996d6ee2f447a7ccfb4f3 (patch) | |
tree | cfb99d01bb76d928b00433d8311c45765db8fb12 /arch/powerpc/include/asm/Kbuild | |
parent | 77693a5fb57be4606a6024ec8e3076f9499b906b (diff) | |
download | linux-265c3491c4bc8d40587996d6ee2f447a7ccfb4f3.tar.xz |
powerpc: Add support for GENERIC_EARLY_IOREMAP
Add support for GENERIC_EARLY_IOREMAP.
Let's define 16 slots of 256Kbytes each for early ioremap.
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/412c7eaa6a373d8f82a3c3ee01e6a65a1a6589de.1568295907.git.christophe.leroy@c-s.fr
Diffstat (limited to 'arch/powerpc/include/asm/Kbuild')
-rw-r--r-- | arch/powerpc/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/Kbuild b/arch/powerpc/include/asm/Kbuild index 8dbf85d5da0e..148bee20e7e2 100644 --- a/arch/powerpc/include/asm/Kbuild +++ b/arch/powerpc/include/asm/Kbuild @@ -12,3 +12,4 @@ generic-y += mcs_spinlock.h generic-y += preempt.h generic-y += vtime.h generic-y += msi.h +generic-y += early_ioremap.h |