brcm63xx: update bmips patches with upstream submission
[openwrt.git] / target / linux / brcm63xx / patches-3.10 / 064-MIPS-BMIPS-select-CPU_SUPPORTS_HIGHMEM.patch
1 From 89d4a38dde99a6b141e90860fca594a9ac66336b Mon Sep 17 00:00:00 2001
2 From: Jonas Gorski <jogo@openwrt.org>
3 Date: Tue, 16 Jul 2013 14:02:57 +0200
4 Subject: [PATCH V2 05/13] MIPS: BMIPS: select CPU_SUPPORTS_HIGHMEM
5
6 All BMIPS CPUs support HIGHMEM, so it should be selected by CPU_BMIPS.
7
8 Signed-off-by: Jonas Gorski <jogo@openwrt.org>
9 ---
10  arch/mips/Kconfig | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 --- a/arch/mips/Kconfig
14 +++ b/arch/mips/Kconfig
15 @@ -1466,6 +1466,7 @@ config CPU_BMIPS
16         select IRQ_CPU
17         select SWAP_IO_SPACE
18         select WEAK_ORDERING
19 +       select CPU_SUPPORTS_HIGHMEM
20         help
21           Support for BMIPS3300/4350/4380 and BMIPS5000 processors.
22  
23 @@ -1563,7 +1564,6 @@ config CPU_BMIPS4380
24  
25  config CPU_BMIPS5000
26         bool
27 -       select CPU_SUPPORTS_HIGHMEM
28         select MIPS_CPU_SCACHE
29         select SYS_SUPPORTS_SMP
30         select SYS_SUPPORTS_HOTPLUG_CPU