Re: [PATCH 08/10] dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig

2020-07-21 Thread Rich Felker
On Tue, Jul 21, 2020 at 07:11:34AM +0200, Christoph Hellwig wrote: > On Mon, Jul 20, 2020 at 11:17:26PM -0400, Rich Felker wrote: > > On Tue, Jul 14, 2020 at 02:18:54PM +0200, Christoph Hellwig wrote: > > > Have a single definition that architetures can select. > > > > > > Signed-off-by:

Re: [PATCH 08/10] dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig

2020-07-20 Thread Christoph Hellwig
On Mon, Jul 20, 2020 at 11:17:26PM -0400, Rich Felker wrote: > On Tue, Jul 14, 2020 at 02:18:54PM +0200, Christoph Hellwig wrote: > > Have a single definition that architetures can select. > > > > Signed-off-by: Christoph Hellwig > > --- > > arch/m68k/Kconfig | 4 +--- > >

Re: [PATCH 08/10] dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig

2020-07-20 Thread Rich Felker
On Tue, Jul 14, 2020 at 02:18:54PM +0200, Christoph Hellwig wrote: > Have a single definition that architetures can select. > > Signed-off-by: Christoph Hellwig > --- > arch/m68k/Kconfig | 4 +--- > arch/m68k/Kconfig.machine | 1 + > arch/um/Kconfig | 4 +--- >

[PATCH 08/10] dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig

2020-07-14 Thread Christoph Hellwig
Have a single definition that architetures can select. Signed-off-by: Christoph Hellwig --- arch/m68k/Kconfig | 4 +--- arch/m68k/Kconfig.machine | 1 + arch/um/Kconfig | 4 +--- kernel/dma/Kconfig| 3 +++ 4 files changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH 08/10] dma-mapping: consolidate the NO_DMA definition in kernel/dma/Kconfig

2020-06-26 Thread Christoph Hellwig
Have a single definition that architetures can select. Signed-off-by: Christoph Hellwig --- arch/m68k/Kconfig | 4 +--- arch/m68k/Kconfig.machine | 1 + arch/um/Kconfig | 4 +--- kernel/dma/Kconfig| 3 +++ 4 files changed, 6 insertions(+), 6 deletions(-) diff --git