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
-  Lines: 9
-  Date:
Thu Nov 18 19:32:51 1999
-  Orig file: 
v2.3.28/linux/arch/sh/mm/ioremap.c
-  Orig date: 
Fri Oct 22 13:21:46 1999
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)