On Tue, 2005-07-05 at 12:36 +0200, Duncan Sands wrote: > > 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

