Re: Proposal: Eliminate GFP_DMA

Alan Cox (alan@lxorguk.ukuu.org.uk)
05 Mar 2003 13:53:10 +0000


On Wed, 2003-03-05 at 07:43, Rogier Wolff wrote:
> PCI devices on the restricted PCI bus (dev2) will have to pass a
> memory allocation descriptor that describes just the memory on
> that PCI bus, the other one (dev1) can pass a descriptor that
> prefers the non-shared memory, (leaving as much as possible for
> the devices on the other bus (bus2)), but
> reverts to the memory that the other devices can handle as well.

Which is actually what I said - you need to have the pci_alloc
equivalents for generic devices and pass the device you wish to
do the allocation for. How that allocation occurs doesn't
matter too much and can be arch specific

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