summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.28/310-no_highpage.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-01 20:19:55 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-01 20:19:55 +0000
commit90fac27f2a063f2d9cd3bd16642643658388899c (patch)
tree8a47c763f38fab533261e04d8a0c6dd08ef5ba7f /target/linux/brcm47xx/patches-2.6.28/310-no_highpage.patch
parent761e71045c0aba3bf5cee4ab2434136d369b471e (diff)
[brcm47xx] refresh patches and configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14722 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.28/310-no_highpage.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.28/310-no_highpage.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.28/310-no_highpage.patch b/target/linux/brcm47xx/patches-2.6.28/310-no_highpage.patch
index 2420e81a3..23efb59a1 100644
--- a/target/linux/brcm47xx/patches-2.6.28/310-no_highpage.patch
+++ b/target/linux/brcm47xx/patches-2.6.28/310-no_highpage.patch
@@ -1,4 +1,3 @@
-diff --git a/arch/mips/include/asm/page.h b/arch/mips/include/asm/page.h
--- a/arch/mips/include/asm/page.h
+++ b/arch/mips/include/asm/page.h
@@ -32,6 +32,7 @@
@@ -9,7 +8,7 @@ diff --git a/arch/mips/include/asm/page.h b/arch/mips/include/asm/page.h
#include <asm/io.h>
extern void build_clear_page(void);
-@@ -67,13 +68,16 @@ static inline void clear_user_page(void *addr, unsigned long vaddr,
+@@ -67,13 +68,16 @@ static inline void clear_user_page(void
flush_data_cache_page((unsigned long)addr);
}
@@ -32,7 +31,6 @@ diff --git a/arch/mips/include/asm/page.h b/arch/mips/include/asm/page.h
/*
* These are used to make use of C type-checking..
-diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
@@ -206,30 +206,6 @@ void kunmap_coherent(void)