summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.32/310-no_highpage.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-20 19:31:13 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-20 19:31:13 +0000
commit1a3de32e6815324dc0670c2b7a161b3d1fe91828 (patch)
tree0ec39aad865da4f5bfe5ea404199055adde552d1 /target/linux/brcm47xx/patches-2.6.32/310-no_highpage.patch
parent31510cc4721afbff51e52541a23170f53e01ed4c (diff)
[brcm47xx] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19781 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.32/310-no_highpage.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.32/310-no_highpage.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.32/310-no_highpage.patch b/target/linux/brcm47xx/patches-2.6.32/310-no_highpage.patch
index 45ce36a11..cde3cbf72 100644
--- a/target/linux/brcm47xx/patches-2.6.32/310-no_highpage.patch
+++ b/target/linux/brcm47xx/patches-2.6.32/310-no_highpage.patch
@@ -1,6 +1,6 @@
--- a/arch/mips/include/asm/page.h
+++ b/arch/mips/include/asm/page.h
-@@ -35,6 +35,7 @@
+@@ -43,6 +43,7 @@
#ifndef __ASSEMBLY__
#include <linux/pfn.h>
@@ -8,7 +8,7 @@
#include <asm/io.h>
extern void build_clear_page(void);
-@@ -70,13 +71,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);
}
@@ -33,7 +33,7 @@
* These are used to make use of C type-checking..
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
-@@ -198,30 +198,6 @@ void kunmap_coherent(void)
+@@ -203,30 +203,6 @@ void kunmap_coherent(void)
preempt_check_resched();
}