From: Jonas Gorski Date: Wed, 18 Dec 2013 13:12:04 +0000 (+0100) Subject: MIPS: BMIPS: select CPU_HAS_PREFETCH X-Git-Tag: next-20140116~105^2^2~123 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c54f21e7bac245899e44c089aca8253d6f7bdeb5;p=karo-tx-linux.git MIPS: BMIPS: select CPU_HAS_PREFETCH As they are MIPS32 CPUs they do support the prefetch opcode. Signed-off-by: Jonas Gorski Acked-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/6243/ --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index aa10ce3b526a..575bd6594f41 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.