patch-2.4.25 linux-2.4.25/drivers/usb/host/usb-ohci.h
Next file: linux-2.4.25/drivers/usb/host/usb-uhci.c
Previous file: linux-2.4.25/drivers/usb/host/usb-ohci.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/usb/host/usb-ohci.h
- Orig date:
2003-06-13 07:51:36.000000000 -0700
diff -urN linux-2.4.24/drivers/usb/host/usb-ohci.h linux-2.4.25/drivers/usb/host/usb-ohci.h
@@ -439,7 +439,7 @@
/*-------------------------------------------------------------------------*/
-#define ALLOC_FLAGS (in_interrupt () || current->state != TASK_RUNNING ? GFP_ATOMIC : GFP_KERNEL)
+#define ALLOC_FLAGS (in_interrupt () || current->state != TASK_RUNNING ? GFP_ATOMIC : GFP_NOIO)
#ifdef DEBUG
# define OHCI_MEM_FLAGS SLAB_POISON
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)