Message ID | 20190715214003.9714-4-paul@crapouillou.net (mailing list archive) |
---|---|
State | Mainlined |
Commit | b35d265301ecdc51ca90741739f71b1abfedaea1 |
Headers | show |
Series | [1/5] MIPS: Disallow CPU_SUPPORTS_HUGEPAGES for XPA,EVA | expand |
Hello, Paul Cercueil wrote: > From: Daniel Silsby <dansilsby@gmail.com> > > The Ingenic jz47xx SoC series of 32-bit MIPS CPUs support huge pages. > > Signed-off-by: Daniel Silsby <dansilsby@gmail.com> > Signed-off-by: Paul Cercueil <paul@crapouillou.net> Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ]
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 47d50e37faa4..2a5d80c72c4e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -384,6 +384,7 @@ config MACH_INGENIC select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_SUPPORTS_ZBOOT_UART16550 + select CPU_SUPPORTS_HUGEPAGES select DMA_NONCOHERENT select IRQ_MIPS_CPU select PINCTRL