diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-11-07 13:44:48 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-11-07 13:44:48 +0000 |
commit | 4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4 (patch) | |
tree | 06aadac1a8930503b351ddc9efa2ce3d5067e9eb /target/linux/brcm47xx/patches-2.6.35/310-no_highpage.patch | |
parent | c5711cadd39a35d28d6f7cbdde2fffb72e97332e (diff) | |
download | mtk-20170518-4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4.zip mtk-20170518-4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4.tar.gz mtk-20170518-4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4.tar.bz2 |
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.35/310-no_highpage.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.35/310-no_highpage.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.35/310-no_highpage.patch b/target/linux/brcm47xx/patches-2.6.35/310-no_highpage.patch index af2289b..27d5409 100644 --- a/target/linux/brcm47xx/patches-2.6.35/310-no_highpage.patch +++ b/target/linux/brcm47xx/patches-2.6.35/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); } |