aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.3/0056-MIPS-lantiq-cache-split.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-04-17 12:51:02 +0000
committerJonas Gorski <jogo@openwrt.org>2012-04-17 12:51:02 +0000
commitafbf3d994e57e06f8f5669033ab0e89af44e49c4 (patch)
treec94f0225aafe46c2716aa14d0f53941d81d40b8d /target/linux/lantiq/patches-3.3/0056-MIPS-lantiq-cache-split.patch
parent23578461a92aca344eb5d34d59352da3163281a8 (diff)
downloadupstream-afbf3d994e57e06f8f5669033ab0e89af44e49c4.tar.gz
upstream-afbf3d994e57e06f8f5669033ab0e89af44e49c4.tar.bz2
upstream-afbf3d994e57e06f8f5669033ab0e89af44e49c4.zip
kernel: update linux 3.3 to 3.3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31336 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.3/0056-MIPS-lantiq-cache-split.patch')
-rw-r--r--target/linux/lantiq/patches-3.3/0056-MIPS-lantiq-cache-split.patch15
1 files changed, 3 insertions, 12 deletions
diff --git a/target/linux/lantiq/patches-3.3/0056-MIPS-lantiq-cache-split.patch b/target/linux/lantiq/patches-3.3/0056-MIPS-lantiq-cache-split.patch
index 22cc4b00b7..edaa588633 100644
--- a/target/linux/lantiq/patches-3.3/0056-MIPS-lantiq-cache-split.patch
+++ b/target/linux/lantiq/patches-3.3/0056-MIPS-lantiq-cache-split.patch
@@ -9,11 +9,9 @@ Subject: [PATCH 56/70] MIPS: lantiq: cache split
arch/mips/mm/c-r4k.c | 172 ++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 260 insertions(+), 0 deletions(-)
-diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
-index 4a36923..df21d0d 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -1942,6 +1942,28 @@ config IFX_VPE_EXT
+@@ -1954,6 +1954,28 @@ config IFX_VPE_EXT
help
IFX included extensions in APRP
@@ -42,11 +40,9 @@ index 4a36923..df21d0d 100644
config PERFCTRS
bool "34K Performance counters"
depends on MIPS_MT && PROC_FS
-diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c
-index e338ba5..0511d11 100644
--- a/arch/mips/kernel/vpe.c
+++ b/arch/mips/kernel/vpe.c
-@@ -127,6 +127,13 @@ __setup("vpe1_wdog_timeout=", wdog_timeout);
+@@ -127,6 +127,13 @@ __setup("vpe1_wdog_timeout=", wdog_timeo
EXPORT_SYMBOL(vpe1_wdog_timeout);
#endif
@@ -126,11 +122,9 @@ index e338ba5..0511d11 100644
/* clear out any left overs from a previous program */
write_vpe_c0_status(0);
write_vpe_c0_cause(0);
-diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c
-index 4f9eb0b..9e9f925 100644
--- a/arch/mips/mm/c-r4k.c
+++ b/arch/mips/mm/c-r4k.c
-@@ -1386,6 +1386,106 @@ static int __init setcoherentio(char *str)
+@@ -1386,6 +1386,106 @@ static int __init setcoherentio(char *st
__setup("coherentio", setcoherentio);
#endif
@@ -316,6 +310,3 @@ index 4f9eb0b..9e9f925 100644
probe_pcache();
setup_scache();
---
-1.7.9.1
-