commit | 0e21b2258a0f8ab5537387b3f1a43b672ce62670 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Oct 09 16:57:19 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 10 22:38:50 2018 -0700 |
tree | 546577241cc8457caafd180b3687112660bce300 | |
parent | 1335d6fd65da11e9576c0a5dc6b8d65aadbfc9b6 [diff] |
fore200e: don't use GFP_DMA The driver properly uses the DMA mapping API, so it should not pointlessly dip into the GFP_DMA pool, which is only 16MB on x86. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>