diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-02-24 15:54:12 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-02-24 15:54:12 +0000 |
commit | 0d120f42daa76a299219ce56ac8c3b273d59840c (patch) | |
tree | 52d739635e27535ccd5f4b7784dd718f28a59a52 /target/linux/brcm63xx/patches-3.13/011-MIPS-BMIPS-select-CPU_SUPPORTS_HIGHMEM.patch | |
parent | 8ffe7e9d41f86a4a941292bb8d3e637e6ae03be9 (diff) | |
download | upstream-0d120f42daa76a299219ce56ac8c3b273d59840c.tar.gz upstream-0d120f42daa76a299219ce56ac8c3b273d59840c.tar.bz2 upstream-0d120f42daa76a299219ce56ac8c3b273d59840c.zip |
brcm63xx: add preliminary support for 3.13
Add support for 3.13 as a development kernel. Mostly untested, only net
booted. If flashed may brick your router or kill your cat.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39746
Diffstat (limited to 'target/linux/brcm63xx/patches-3.13/011-MIPS-BMIPS-select-CPU_SUPPORTS_HIGHMEM.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.13/011-MIPS-BMIPS-select-CPU_SUPPORTS_HIGHMEM.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/patches-3.13/011-MIPS-BMIPS-select-CPU_SUPPORTS_HIGHMEM.patch b/target/linux/brcm63xx/patches-3.13/011-MIPS-BMIPS-select-CPU_SUPPORTS_HIGHMEM.patch new file mode 100644 index 0000000000..2c66d566e0 --- /dev/null +++ b/target/linux/brcm63xx/patches-3.13/011-MIPS-BMIPS-select-CPU_SUPPORTS_HIGHMEM.patch @@ -0,0 +1,30 @@ +From 89d4a38dde99a6b141e90860fca594a9ac66336b Mon Sep 17 00:00:00 2001 +From: Jonas Gorski <jogo@openwrt.org> +Date: Tue, 16 Jul 2013 14:02:57 +0200 +Subject: [PATCH V2 05/13] MIPS: BMIPS: select CPU_SUPPORTS_HIGHMEM + +All BMIPS CPUs support HIGHMEM, so it should be selected by CPU_BMIPS. + +Signed-off-by: Jonas Gorski <jogo@openwrt.org> +--- + arch/mips/Kconfig | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/arch/mips/Kconfig ++++ b/arch/mips/Kconfig +@@ -1409,6 +1409,7 @@ config CPU_BMIPS + select IRQ_CPU + select SWAP_IO_SPACE + select WEAK_ORDERING ++ select CPU_SUPPORTS_HIGHMEM + help + Support for BMIPS3300/4350/4380 and BMIPS5000 processors. + +@@ -1508,7 +1509,6 @@ config CPU_BMIPS4380 + + config CPU_BMIPS5000 + bool +- select CPU_SUPPORTS_HIGHMEM + select MIPS_CPU_SCACHE + select SYS_SUPPORTS_SMP + select SYS_SUPPORTS_HOTPLUG_CPU |