X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/17bba1a8f677463d167bff354036fb3f0f04160e..7cacceb8caa88d097e99527e06fc8afab04bbb59:/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 fc25172dd..505e8aa4d 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,7 +1,5 @@ -Index: linux-2.6.25.4/arch/mips/mm/init.c -=================================================================== ---- linux-2.6.25.4.orig/arch/mips/mm/init.c -+++ linux-2.6.25.4/arch/mips/mm/init.c +--- a/arch/mips/mm/init.c ++++ b/arch/mips/mm/init.c @@ -205,32 +205,6 @@ void kunmap_coherent(void) preempt_check_resched(); } @@ -35,10 +33,8 @@ Index: linux-2.6.25.4/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.4/include/asm-mips/page.h -=================================================================== ---- linux-2.6.25.4.orig/include/asm-mips/page.h -+++ linux-2.6.25.4/include/asm-mips/page.h +--- a/include/asm-mips/page.h ++++ b/include/asm-mips/page.h @@ -32,6 +32,7 @@ #ifndef __ASSEMBLY__