commit | 22e4a348f87c59df2c02f1efb7ba9a56b622c7b8 | [log] [tgz] |
---|---|---|
author | Yajun Deng <yajun.deng@linux.dev> | Fri May 12 17:42:10 2023 +0800 |
committer | Christoph Hellwig <hch@lst.de> | Mon Jul 31 17:54:28 2023 +0200 |
tree | 30ce9c2e09b1991ecff13f8554f908636fc647b9 | |
parent | 3d6f126b15d9fd8435455fffc912d976973a7a09 [diff] |
dma-contiguous: support per-numa CMA for all architectures In the commit b7176c261cdb ("dma-contiguous: provide the ability to reserve per-numa CMA"), Barry adds DMA_PERNUMA_CMA for ARM64. But this feature is architecture independent, so support per-numa CMA for all architectures, and enable it by default if NUMA. Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Tested-by: Yicong Yang <yangyicong@hisilicon.com> Signed-off-by: Christoph Hellwig <hch@lst.de>