MIPS: ingenic: Remove CPU_SUPPORTS_HUGEPAGES
authorPaul Cercueil <paul@crapouillou.net>
Mon, 12 Oct 2020 19:27:39 +0000 (21:27 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 13 Oct 2020 09:10:21 +0000 (11:10 +0200)
commit69b686ddd579bdaec2bfe448672e50626920d0bb
tree5942591a034623e63b6d0b19634cc65cd48fa6b8
parent20cc5b649d9978494fb29259763c2505f6acc3c0
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 <paul@crapouillou.net>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kconfig