summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorJonas Gorski2013-12-18 14:12:04 +0100
committerRalf Baechle2014-01-22 20:18:52 +0100
commit69aaf9c8133ea787b9e10e2f387c3b1eec500e3d (patch)
treead360a2db08fc46d3ad5092b87cd56b1fa762039 /arch/mips/Kconfig
parentMIPS: BMIPS: select CPU_SUPPORTS_HIGHMEM (diff)
downloadkernel-qcow2-linux-69aaf9c8133ea787b9e10e2f387c3b1eec500e3d.tar.gz
kernel-qcow2-linux-69aaf9c8133ea787b9e10e2f387c3b1eec500e3d.tar.xz
kernel-qcow2-linux-69aaf9c8133ea787b9e10e2f387c3b1eec500e3d.zip
MIPS: BMIPS: select CPU_HAS_PREFETCH
As they are MIPS32 CPUs they do support the prefetch opcode. Signed-off-by: Jonas Gorski <jogo@openwrt.org> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6243/
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 8c54203b81f4..748bd6d39781 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1393,6 +1393,7 @@ config CPU_BMIPS
select SWAP_IO_SPACE
select WEAK_ORDERING
select CPU_SUPPORTS_HIGHMEM
+ select CPU_HAS_PREFETCH
help
Support for BMIPS3300/4350/4380 and BMIPS5000 processors.