From: Jonas Gorski Date: Wed, 18 Dec 2013 13:12:04 +0000 (+0100) Subject: MIPS: BMIPS: select CPU_HAS_PREFETCH X-Git-Tag: v3.14-rc1~37^2~125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69aaf9c8133ea787b9e10e2f387c3b1eec500e3d;p=platform%2Fkernel%2Flinux-exynos.git MIPS: BMIPS: select CPU_HAS_PREFETCH As they are MIPS32 CPUs they do support the prefetch opcode. Signed-off-by: Jonas Gorski Signed-off-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/6243/ --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8c54203..748bd6d 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.