Skip to content

Commit 69b686d

Browse files
pcercueitsbogend
authored andcommitted
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: f0f4a75 ("MIPS: generic: Add support for Ingenic SoCs") Signed-off-by: Paul Cercueil <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Tested-by: Guenter Roeck <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 20cc5b6 commit 69b686d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/mips/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ config MACH_INGENIC
101101
select SYS_SUPPORTS_32BIT_KERNEL
102102
select SYS_SUPPORTS_LITTLE_ENDIAN
103103
select SYS_SUPPORTS_ZBOOT
104-
select CPU_SUPPORTS_HUGEPAGES
105104
select DMA_NONCOHERENT
106105
select IRQ_MIPS_CPU
107106
select PINCTRL

0 commit comments

Comments
 (0)