summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-09-01 19:34:24 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-09-01 19:34:24 +0000
commit01657335b989c0e43ddf203cd660bdce5fcc42fd (patch)
tree3b69f3d914b62c9091b6cd5378adf430f819b847 /target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch
parent2dbe6d0e6fcf430df3c5b065f0a0cb99d9788c62 (diff)
downloadmaster-31e0f0ae-01657335b989c0e43ddf203cd660bdce5fcc42fd.tar.gz
master-31e0f0ae-01657335b989c0e43ddf203cd660bdce5fcc42fd.tar.bz2
master-31e0f0ae-01657335b989c0e43ddf203cd660bdce5fcc42fd.zip
cache_line_size is 16 on rt288x
SVN-Revision: 17462
Diffstat (limited to 'target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch')
-rw-r--r--target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch b/target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch
index 42fd6ec5b8..1613cf43a5 100644
--- a/target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch
+++ b/target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch
@@ -47,3 +47,12 @@
source "arch/mips/sgi-ip27/Kconfig"
source "arch/mips/sibyte/Kconfig"
source "arch/mips/txx9/Kconfig"
+@@ -988,7 +992,7 @@
+
+ config MIPS_L1_CACHE_SHIFT
+ int
+- default "4" if MACH_DECSTATION || MIKROTIK_RB532
++ default "4" if MACH_DECSTATION || MIKROTIK_RB532 || RALINK_RT288X
+ default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM || CPU_CAVIUM_OCTEON
+ default "4" if PMC_MSP4200_EVAL
+ default "5"