From: Paul Cercueil Date: Mon, 12 Oct 2020 19:27:39 +0000 (+0200) Subject: MIPS: ingenic: Remove CPU_SUPPORTS_HUGEPAGES X-Git-Tag: v5.10-rc1~103^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69b686ddd579bdaec2bfe448672e50626920d0bb;p=thirdparty%2Fkernel%2Flinux.git MIPS: ingenic: Remove CPU_SUPPORTS_HUGEPAGES While it is true that Ingenic SoCs support huge pages, we cannot use them yet as PTEs don't have any single bit that is free. Right now, having that symbol only causes build errors, so remove it until the situation with PTEs is resolved. Fixes: f0f4a753079c ("MIPS: generic: Add support for Ingenic SoCs") Signed-off-by: Paul Cercueil Reviewed-by: Guenter Roeck Tested-by: Guenter Roeck Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 75f26d1f11ab6..99091b059c0b3 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -101,7 +101,6 @@ config MACH_INGENIC select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_SUPPORTS_ZBOOT - select CPU_SUPPORTS_HUGEPAGES select DMA_NONCOHERENT select IRQ_MIPS_CPU select PINCTRL