aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.33/150-cpu_fixes.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-05-07 11:48:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-05-07 11:48:15 +0000
commit84407eb7cb30db11ee4c45e715f4712ecab3ab18 (patch)
treeef1ee54e7289caf5594923ad9c7d2988705bd49a /target/linux/brcm47xx/patches-2.6.33/150-cpu_fixes.patch
parent290c073d25ff02010c8ae6d6cfea505ef890515f (diff)
downloadupstream-84407eb7cb30db11ee4c45e715f4712ecab3ab18.tar.gz
upstream-84407eb7cb30db11ee4c45e715f4712ecab3ab18.tar.bz2
upstream-84407eb7cb30db11ee4c45e715f4712ecab3ab18.zip
brcm47xx: adjust the brcm4710 cache workaround code so that it does not break bcm4716 (patch by Bernhard Loos)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21395 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.33/150-cpu_fixes.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.33/150-cpu_fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.33/150-cpu_fixes.patch b/target/linux/brcm47xx/patches-2.6.33/150-cpu_fixes.patch
index 4198614441..c073b3663a 100644
--- a/target/linux/brcm47xx/patches-2.6.33/150-cpu_fixes.patch
+++ b/target/linux/brcm47xx/patches-2.6.33/150-cpu_fixes.patch
@@ -7,7 +7,7 @@
+#ifdef CONFIG_BCM47XX
+#include <asm/paccess.h>
+#include <linux/ssb/ssb.h>
-+#define BCM4710_DUMMY_RREG() ((void) *((u8 *) KSEG1ADDR(SSB_ENUM_BASE + SSB_IMSTATE)))
++#define BCM4710_DUMMY_RREG() ((void) *((u8 *) KSEG1ADDR(SSB_ENUM_BASE)))
+
+#define BCM4710_FILL_TLB(addr) (*(volatile unsigned long *)(addr))
+#define BCM4710_PROTECTED_FILL_TLB(addr) ({ unsigned long x; get_dbe(x, (volatile unsigned long *)(addr)); })