summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.23/310-no_highpage.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-08-14 18:05:37 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-08-14 18:05:37 +0000
commit0f18ecf43ef6c42d4be8253cd09f381ccfcb154d (patch)
tree0d03427f991068b8bb8cecac4b569ba8c3bb0197 /target/linux/brcm47xx/patches-2.6.23/310-no_highpage.patch
parent9379dc19b6b850617763d10cf545a5533c8e6f17 (diff)
downloadmaster-31e0f0ae-0f18ecf43ef6c42d4be8253cd09f381ccfcb154d.tar.gz
master-31e0f0ae-0f18ecf43ef6c42d4be8253cd09f381ccfcb154d.tar.bz2
master-31e0f0ae-0f18ecf43ef6c42d4be8253cd09f381ccfcb154d.zip
refresh 2.6.23 patches
SVN-Revision: 12311
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.23/310-no_highpage.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.23/310-no_highpage.patch16
1 files changed, 6 insertions, 10 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.23/310-no_highpage.patch b/target/linux/brcm47xx/patches-2.6.23/310-no_highpage.patch
index f42726daa8..411ebdbf9c 100644
--- a/target/linux/brcm47xx/patches-2.6.23/310-no_highpage.patch
+++ b/target/linux/brcm47xx/patches-2.6.23/310-no_highpage.patch
@@ -1,8 +1,6 @@
-Index: linux-2.6.23.17/arch/mips/mm/init.c
-===================================================================
---- linux-2.6.23.17.orig/arch/mips/mm/init.c
-+++ linux-2.6.23.17/arch/mips/mm/init.c
-@@ -205,31 +205,6 @@ void kunmap_coherent(void)
+--- a/arch/mips/mm/init.c
++++ b/arch/mips/mm/init.c
+@@ -205,31 +205,6 @@
preempt_check_resched();
}
@@ -34,10 +32,8 @@ Index: linux-2.6.23.17/arch/mips/mm/init.c
void copy_to_user_page(struct vm_area_struct *vma,
struct page *page, unsigned long vaddr, void *dst, const void *src,
unsigned long len)
-Index: linux-2.6.23.17/include/asm-mips/page.h
-===================================================================
---- linux-2.6.23.17.orig/include/asm-mips/page.h
-+++ linux-2.6.23.17/include/asm-mips/page.h
+--- a/include/asm-mips/page.h
++++ b/include/asm-mips/page.h
@@ -35,6 +35,7 @@
#ifndef __ASSEMBLY__
@@ -46,7 +42,7 @@ Index: linux-2.6.23.17/include/asm-mips/page.h
#include <asm/io.h>
/*
-@@ -67,13 +68,16 @@ static inline void clear_user_page(void
+@@ -67,13 +68,16 @@
flush_data_cache_page((unsigned long)addr);
}