Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: ralink: Add missing symbol for highmem support.

MT7621 has highmem. this was previously not working as the required symbol
was not selected in the Kconfig file.

Signed-off-by: John Crispin <john@phrozen.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14901/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

John Crispin and committed by
Ralf Baechle
07724712 80e6321a

+1
+1
arch/mips/ralink/Kconfig
··· 46 46 select SYS_SUPPORTS_MULTITHREADING 47 47 select SYS_SUPPORTS_SMP 48 48 select SYS_SUPPORTS_MIPS_CPS 49 + select SYS_SUPPORTS_HIGHMEM 49 50 select MIPS_GIC 50 51 select COMMON_CLK 51 52 select CLKSRC_MIPS_GIC