patch-2.3.29 linux/arch/sh/mm/ioremap.c

Next file: linux/arch/sparc/kernel/signal.c
Previous file: linux/arch/sh/kernel/signal.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/arch/sh/mm/ioremap.c linux/arch/sh/mm/ioremap.c
@@ -123,7 +123,7 @@
 	/*
 	 * Ok, go for it..
 	 */
-	area = get_vm_area(size);
+	area = get_vm_area(size, VM_IOREMAP);
 	if (!area)
 		return NULL;
 	addr = area->addr;

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