kernel: fix bluetooth and zsmalloc for 3.14
[openwrt.git] / target / linux / brcm63xx / patches-3.13 / 012-MIPS-BMIPS-select-CPU_HAS_PREFETCH.patch
1 From 58827e709eb7a2e0899260893a5c9c58eb0c5db1 Mon Sep 17 00:00:00 2001
2 From: Jonas Gorski <jogo@openwrt.org>
3 Date: Tue, 16 Jul 2013 14:04:40 +0200
4 Subject: [PATCH V2 06/13] MIPS: BMIPS: select CPU_HAS_PREFETCH
5
6 As they are MIPS32 CPUs they do support the prefetch opcode.
7
8 Signed-off-by: Jonas Gorski <jogo@openwrt.org>
9 ---
10  arch/mips/Kconfig | 1 +
11  1 file changed, 1 insertion(+)
12
13 --- a/arch/mips/Kconfig
14 +++ b/arch/mips/Kconfig
15 @@ -1410,6 +1410,7 @@ config CPU_BMIPS
16         select SWAP_IO_SPACE
17         select WEAK_ORDERING
18         select CPU_SUPPORTS_HIGHMEM
19 +       select CPU_HAS_PREFETCH
20         help
21           Support for BMIPS3300/4350/4380 and BMIPS5000 processors.
22