Re: [PATCH] Avoid to use kmalloc in usb/core/message.c

From: Duncan Sands
Date: Tue Jul 05 2005 - 08:08:47 EST


> > > I wonder why the invocations of kmalloc are needed in these functions.
> >
> > Because some architectures can't do DMA to/from the stack.
>
> doing dma to/from kmalloc also isn't too nice... should be using
> dma_alloc_*() API I guess

The USB core applies dma_map_single to the buffer, so its OK.

Ciao,

Duncan.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/