Re: [linux-usb-devel] first version of gfp additions

2002-02-03 Thread David Brownell
nt: Sunday, February 03, 2002 3:11 PM Subject: Re: [linux-usb-devel] first version of gfp additions > On Sunday 03 February 2002 20:03, David Brownell wrote: > > This is missing one hcd.c update ... hcd_submit_urb() > > should be taking a "mem_flags" argument. Then, delete >

Re: [linux-usb-devel] first version of gfp additions

2002-02-03 Thread Oliver Neukum
On Sunday 03 February 2002 20:03, David Brownell wrote: > This is missing one hcd.c update ... hcd_submit_urb() > should be taking a "mem_flags" argument. Then, delete > the FIXME comment above the current mem_flags init, > and the mem_flags init itself. > > Passing mem_flags (like GFP_NOIO) down

Re: [linux-usb-devel] first version of gfp additions

2002-02-03 Thread David Brownell
This is missing one hcd.c update ... hcd_submit_urb() should be taking a "mem_flags" argument. Then, delete the FIXME comment above the current mem_flags init, and the mem_flags init itself. Passing mem_flags (like GFP_NOIO) down through the HCD layer (to ehci-hcd and ohci-hcd) will then work as

[linux-usb-devel] first version of gfp additions

2002-02-03 Thread Oliver Neukum
Hi, this is just fyi. It has not enough functionality to work for me, but it compiles. This is the patchset against core functions. Regards Oliver --- drivers/usb/hub.c.alt Fri Feb 1 16:41:16 2002 +++ drivers/usb/hub.c Sun Feb 3 10:58:01 2002 @@ -303,7 +303,7 @@