]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MIPS: BMIPS: select CPU_HAS_PREFETCH
authorJonas Gorski <jogo@openwrt.org>
Wed, 18 Dec 2013 13:12:04 +0000 (14:12 +0100)
committerJohn Crispin <blogic@openwrt.org>
Tue, 14 Jan 2014 11:48:23 +0000 (12:48 +0100)
As they are MIPS32 CPUs they do support the prefetch opcode.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Acked-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6243/

arch/mips/Kconfig

index aa10ce3b526acc4f49494749a462f2fc75082508..575bd6594f4169eba6682f05a99764de3a2993cc 100644 (file)
@@ -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.