]> git.baikalelectronics.ru Git - kernel.git/commit
fore200e: don't use GFP_DMA
authorChristoph Hellwig <hch@lst.de>
Tue, 9 Oct 2018 14:57:19 +0000 (16:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 05:38:50 +0000 (22:38 -0700)
commit28f9b7eb3b2eb5934dbcbf059d3ff19a79571fff
tree546577241cc8457caafd180b3687112660bce300
parent4f90ed23cc3f6c9c4fb3bb032cb1a70064dc0bb0
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>
drivers/atm/fore200e.c