X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a11dfce7a25fb7de61f3306c25d833710fdb316b..086679e426440add761c55d494b29037bcc7a39f:/target/linux/brcm47xx/patches-2.6.25/310-no_highpage.patch diff --git a/target/linux/brcm47xx/patches-2.6.25/310-no_highpage.patch b/target/linux/brcm47xx/patches-2.6.25/310-no_highpage.patch index c43332b54..a2c27ab7c 100644 --- a/target/linux/brcm47xx/patches-2.6.25/310-no_highpage.patch +++ b/target/linux/brcm47xx/patches-2.6.25/310-no_highpage.patch @@ -1,8 +1,6 @@ -Index: linux-2.6.25/arch/mips/mm/init.c -=================================================================== ---- linux-2.6.25.orig/arch/mips/mm/init.c 2008-04-26 21:57:15.000000000 +0100 -+++ linux-2.6.25/arch/mips/mm/init.c 2008-04-26 21:57:19.000000000 +0100 -@@ -205,32 +205,6 @@ void kunmap_coherent(void) +--- a/arch/mips/mm/init.c ++++ b/arch/mips/mm/init.c +@@ -205,32 +205,6 @@ preempt_check_resched(); } @@ -35,10 +33,8 @@ Index: linux-2.6.25/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.25/include/asm-mips/page.h -=================================================================== ---- linux-2.6.25.orig/include/asm-mips/page.h 2008-04-26 21:56:21.000000000 +0100 -+++ linux-2.6.25/include/asm-mips/page.h 2008-04-26 21:57:19.000000000 +0100 +--- a/include/asm-mips/page.h ++++ b/include/asm-mips/page.h @@ -32,6 +32,7 @@ #ifndef __ASSEMBLY__ @@ -47,7 +43,7 @@ Index: linux-2.6.25/include/asm-mips/page.h #include /* -@@ -64,13 +65,16 @@ static inline void clear_user_page(void +@@ -64,13 +65,16 @@ flush_data_cache_page((unsigned long)addr); }