aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.36/310-no_highpage.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-11-07 13:44:48 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-11-07 13:44:48 +0000
commit4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4 (patch)
tree06aadac1a8930503b351ddc9efa2ce3d5067e9eb /target/linux/brcm47xx/patches-2.6.36/310-no_highpage.patch
parentc5711cadd39a35d28d6f7cbdde2fffb72e97332e (diff)
downloadupstream-4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4.tar.gz
upstream-4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4.tar.bz2
upstream-4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4.zip
brcm47xx: Fix boot problem with wgt634u.
Readd the workarround from the old version again which was removed in r22296 and refresh the patches. This should close #7874 Thank you Russell Senior for testing. SVN-Revision: 23911
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.36/310-no_highpage.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.36/310-no_highpage.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.36/310-no_highpage.patch b/target/linux/brcm47xx/patches-2.6.36/310-no_highpage.patch
index af2289b080..27d5409d26 100644
--- a/target/linux/brcm47xx/patches-2.6.36/310-no_highpage.patch
+++ b/target/linux/brcm47xx/patches-2.6.36/310-no_highpage.patch
@@ -8,7 +8,7 @@
#include <asm/io.h>
extern void build_clear_page(void);
-@@ -78,13 +79,16 @@ static inline void clear_user_page(void
+@@ -78,13 +79,16 @@ static inline void clear_user_page(void
flush_data_cache_page((unsigned long)addr);
}