diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-11-07 13:44:48 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-11-07 13:44:48 +0000 |
commit | b9454a94c5f4538653461123abcfc96739f17075 (patch) | |
tree | f553162b2d3bf57d6510e0d9240878a220779acb /target/linux/brcm47xx/patches-2.6.36/310-no_highpage.patch | |
parent | b0efee87de06ce7ad7a2c4083bad2e8aa3123788 (diff) | |
download | master-187ad058-b9454a94c5f4538653461123abcfc96739f17075.tar.gz master-187ad058-b9454a94c5f4538653461123abcfc96739f17075.tar.bz2 master-187ad058-b9454a94c5f4538653461123abcfc96739f17075.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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23911 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 2 |
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); } |