Re: [PATCH 6/7] dma-mapping: make the global coherent pool conditional

2021-07-23 Thread Atish Patra
On Sun, Jul 11, 2021 at 11:25 PM Christoph Hellwig wrote: > > Only build the code to support the global coherent pool if support for > it is enabled. > > Signed-off-by: Christoph Hellwig > Tested-by: Dillon Min > --- > include/linux/dma-map-ops.h | 18 +++--- > kernel/dma/coherent.c

[PATCH 6/7] dma-mapping: make the global coherent pool conditional

2021-07-11 Thread Christoph Hellwig
Only build the code to support the global coherent pool if support for it is enabled. Signed-off-by: Christoph Hellwig Tested-by: Dillon Min --- include/linux/dma-map-ops.h | 18 +++--- kernel/dma/coherent.c | 47 - 2 files changed, 35 insertion