diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 08:08:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 08:08:23 +0000 |
commit | 4da0e6f2359f760af5fc6096a795edeaae95a882 (patch) | |
tree | 01684b956d4ac7ea771ba926340e91d9d00e9c03 /target/linux/brcm47xx/patches-2.6.23/310-no_highpage.patch | |
parent | 2dea6c7d0a54349796e5f0b5d2ad29c8315caa88 (diff) | |
download | upstream-4da0e6f2359f760af5fc6096a795edeaae95a882.tar.gz upstream-4da0e6f2359f760af5fc6096a795edeaae95a882.tar.bz2 upstream-4da0e6f2359f760af5fc6096a795edeaae95a882.zip |
refresh kernel patches
SVN-Revision: 11200
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.patch | 16 |
1 files changed, 8 insertions, 8 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 16e7e3f36c..f42726daa8 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,8 @@ -Index: linux-2.6.23/arch/mips/mm/init.c +Index: linux-2.6.23.17/arch/mips/mm/init.c =================================================================== ---- linux-2.6.23.orig/arch/mips/mm/init.c 2007-10-13 11:46:58.762489429 +0200 -+++ linux-2.6.23/arch/mips/mm/init.c 2007-10-13 11:47:36.092616749 +0200 -@@ -205,31 +205,6 @@ +--- 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) preempt_check_resched(); } @@ -34,10 +34,10 @@ Index: linux-2.6.23/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/include/asm-mips/page.h +Index: linux-2.6.23.17/include/asm-mips/page.h =================================================================== ---- linux-2.6.23.orig/include/asm-mips/page.h 2007-10-13 11:45:50.518600430 +0200 -+++ linux-2.6.23/include/asm-mips/page.h 2007-10-13 11:47:26.472068504 +0200 +--- linux-2.6.23.17.orig/include/asm-mips/page.h ++++ linux-2.6.23.17/include/asm-mips/page.h @@ -35,6 +35,7 @@ #ifndef __ASSEMBLY__ @@ -46,7 +46,7 @@ Index: linux-2.6.23/include/asm-mips/page.h #include <asm/io.h> /* -@@ -67,13 +68,16 @@ +@@ -67,13 +68,16 @@ static inline void clear_user_page(void flush_data_cache_page((unsigned long)addr); } |