diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2018-07-30 19:26:36 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2018-09-04 23:21:38 +0300 |
commit | dd45210b6dd4f1512eafcc41774154ebb762360f (patch) | |
tree | 7ec04d741bc790b2bafec213a8527883229cfaaf /drivers/i2c/busses | |
parent | 2b720e99a1297417b979bf4810a0f01d27133c48 (diff) | |
download | linux-dd45210b6dd4f1512eafcc41774154ebb762360f.tar.xz |
ARC: don't check for HIGHMEM pages in arch_dma_alloc
__GFP_HIGHMEM flag is cleared by upper layer functions
(in include/linux/dma-mapping.h) so we'll never get a
__GFP_HIGHMEM flag in arch_dma_alloc gfp argument.
That's why alloc_pages will never return highmem page
here.
Get rid of highmem pages handling and cleanup arch_dma_alloc
and arch_dma_free functions.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'drivers/i2c/busses')
0 files changed, 0 insertions, 0 deletions