patch-2.3.29 linux/arch/m68k/mm/kmap.c

Next file: linux/arch/mips/kernel/signal.c
Previous file: linux/arch/m68k/mac/iop.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/arch/m68k/mm/kmap.c linux/arch/m68k/mm/kmap.c
@@ -39,7 +39,7 @@
 
 static inline struct vm_struct *get_io_area(unsigned long size)
 {
-	return get_vm_area(size);
+	return get_vm_area(size, VM_IOREMAP);
 }
 
 

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