[MIPS] Enable highmem for all MIPS32 and MIPS64 processors. In case a particular system doesn't support highmem the runtime checks will ensure nothing bad is going to happen. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+4
+4
arch/mips/Kconfig
··· 1053 depends on SYS_HAS_CPU_MIPS32_R1 1054 select CPU_HAS_PREFETCH 1055 select CPU_SUPPORTS_32BIT_KERNEL 1056 help 1057 Choose this option to build a kernel for release 1 or later of the 1058 MIPS32 architecture. Most modern embedded systems with a 32-bit ··· 1070 depends on SYS_HAS_CPU_MIPS32_R2 1071 select CPU_HAS_PREFETCH 1072 select CPU_SUPPORTS_32BIT_KERNEL 1073 help 1074 Choose this option to build a kernel for release 2 or later of the 1075 MIPS32 architecture. Most modern embedded systems with a 32-bit ··· 1084 select CPU_HAS_PREFETCH 1085 select CPU_SUPPORTS_32BIT_KERNEL 1086 select CPU_SUPPORTS_64BIT_KERNEL 1087 help 1088 Choose this option to build a kernel for release 1 or later of the 1089 MIPS64 architecture. Many modern embedded systems with a 64-bit ··· 1102 select CPU_HAS_PREFETCH 1103 select CPU_SUPPORTS_32BIT_KERNEL 1104 select CPU_SUPPORTS_64BIT_KERNEL 1105 help 1106 Choose this option to build a kernel for release 2 or later of the 1107 MIPS64 architecture. Many modern embedded systems with a 64-bit
··· 1053 depends on SYS_HAS_CPU_MIPS32_R1 1054 select CPU_HAS_PREFETCH 1055 select CPU_SUPPORTS_32BIT_KERNEL 1056 + select CPU_SUPPORTS_HIGHMEM 1057 help 1058 Choose this option to build a kernel for release 1 or later of the 1059 MIPS32 architecture. Most modern embedded systems with a 32-bit ··· 1069 depends on SYS_HAS_CPU_MIPS32_R2 1070 select CPU_HAS_PREFETCH 1071 select CPU_SUPPORTS_32BIT_KERNEL 1072 + select CPU_SUPPORTS_HIGHMEM 1073 help 1074 Choose this option to build a kernel for release 2 or later of the 1075 MIPS32 architecture. Most modern embedded systems with a 32-bit ··· 1082 select CPU_HAS_PREFETCH 1083 select CPU_SUPPORTS_32BIT_KERNEL 1084 select CPU_SUPPORTS_64BIT_KERNEL 1085 + select CPU_SUPPORTS_HIGHMEM 1086 help 1087 Choose this option to build a kernel for release 1 or later of the 1088 MIPS64 architecture. Many modern embedded systems with a 64-bit ··· 1099 select CPU_HAS_PREFETCH 1100 select CPU_SUPPORTS_32BIT_KERNEL 1101 select CPU_SUPPORTS_64BIT_KERNEL 1102 + select CPU_SUPPORTS_HIGHMEM 1103 help 1104 Choose this option to build a kernel for release 2 or later of the 1105 MIPS64 architecture. Many modern embedded systems with a 64-bit