patch-2.4.0-test3 linux/arch/mips/mm/umap.c

Next file: linux/arch/mips/sgi/kernel/Makefile
Previous file: linux/arch/mips/mm/r2300.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/arch/mips/mm/umap.c linux/arch/mips/mm/umap.c
@@ -108,7 +108,8 @@
 
 void *vmalloc_uncached (unsigned long size)
 {
-	return vmalloc_prot (size, PAGE_KERNEL_UNCACHED);
+	return __vmalloc (size, GFP_KERNEL | __GFP_HIGHMEM,
+	                  PAGE_KERNEL_UNCACHED);
 }
 
 static inline void free_pte(pte_t page)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)