From e854f846a1dfffee4499a0d68b5d7a11055db090 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 13 Jan 2014 12:13:05 +0000 Subject: brcm63xx: update bmips patches with upstream submission Update bmips cleanup patches with upstream submission and backport a few bmips fixes. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39267 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../065-MIPS-BMIPS-select-CPU_HAS_PREFETCH.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/brcm63xx/patches-3.10/065-MIPS-BMIPS-select-CPU_HAS_PREFETCH.patch (limited to 'target/linux/brcm63xx/patches-3.10/065-MIPS-BMIPS-select-CPU_HAS_PREFETCH.patch') diff --git a/target/linux/brcm63xx/patches-3.10/065-MIPS-BMIPS-select-CPU_HAS_PREFETCH.patch b/target/linux/brcm63xx/patches-3.10/065-MIPS-BMIPS-select-CPU_HAS_PREFETCH.patch new file mode 100644 index 0000000000..c5c8ecf5e7 --- /dev/null +++ b/target/linux/brcm63xx/patches-3.10/065-MIPS-BMIPS-select-CPU_HAS_PREFETCH.patch @@ -0,0 +1,22 @@ +From 58827e709eb7a2e0899260893a5c9c58eb0c5db1 Mon Sep 17 00:00:00 2001 +From: Jonas Gorski +Date: Tue, 16 Jul 2013 14:04:40 +0200 +Subject: [PATCH V2 06/13] MIPS: BMIPS: select CPU_HAS_PREFETCH + +As they are MIPS32 CPUs they do support the prefetch opcode. + +Signed-off-by: Jonas Gorski +--- + arch/mips/Kconfig | 1 + + 1 file changed, 1 insertion(+) + +--- a/arch/mips/Kconfig ++++ b/arch/mips/Kconfig +@@ -1467,6 +1467,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. + -- cgit v1.2.3