commit | c51a9868d361a508c5340788950ece7959009c51 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Sep 01 13:48:33 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Sep 25 06:20:48 2020 +0200 |
tree | 0a065c04f872604fdfe5d6b1483cfcefeb125037 | |
parent | e8d39a903cc680c8c1ab5e528428f182f42b8a35 [diff] |
firewire-ohci: use dma_alloc_pages 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>