mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
c51a9868d3
Use dma_alloc_pages to allocate DMAable pages instead of hoping that the architecture either has GFP_DMA32 or not more than 4G of memory. Signed-off-by: Christoph Hellwig <hch@lst.de>