aboutsummaryrefslogtreecommitdiffstats
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
commit101f70750576fac1e04117a9d0dcb3397e8709e2 (patch)
tree9c32c030bfcfbd7a491fb5ee3ca2bb977a39bef3 /target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch
parent5de1482bc71ed09aaf7ad7f5ccb4e7d61deac81e (diff)
downloadmaster-187ad058-101f70750576fac1e04117a9d0dcb3397e8709e2.tar.gz
master-187ad058-101f70750576fac1e04117a9d0dcb3397e8709e2.tar.bz2
master-187ad058-101f70750576fac1e04117a9d0dcb3397e8709e2.zip
[ramips] cache_line_size is 16 on rt288x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17462 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"