summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-12-18 14:12:03 +0100
committerRalf Baechle <ralf@linux-mips.org>2014-01-22 20:18:51 +0100
commit561835494c3fcc8b0e2bf9a99f6e5db4af164462 (patch)
treea116fd5a0692badb77acc65325f36802474e4eb9
parentcd746249b775cebda7c8071815a9ee3b84dfab88 (diff)
downloadop-kernel-dev-561835494c3fcc8b0e2bf9a99f6e5db4af164462.zip
op-kernel-dev-561835494c3fcc8b0e2bf9a99f6e5db4af164462.tar.gz
MIPS: BMIPS: select CPU_SUPPORTS_HIGHMEM
All BMIPS CPUs support HIGHMEM, so it should be selected by CPU_BMIPS. Signed-off-by: Jonas Gorski <jogo@openwrt.org> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6242/
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 1c0d683..8c54203 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1392,6 +1392,7 @@ config CPU_BMIPS
select IRQ_CPU
select SWAP_IO_SPACE
select WEAK_ORDERING
+ select CPU_SUPPORTS_HIGHMEM
help
Support for BMIPS3300/4350/4380 and BMIPS5000 processors.
@@ -1491,7 +1492,6 @@ config CPU_BMIPS4380
config CPU_BMIPS5000
bool
- select CPU_SUPPORTS_HIGHMEM
select MIPS_CPU_SCACHE
select SYS_SUPPORTS_SMP
select SYS_SUPPORTS_HOTPLUG_CPU
OpenPOWER on IntegriCloud