Re: [PATCH v4 2/3] PCI: Move isa_dma_bridge_buggy out of dma.h

2022-07-20 Thread Christoph Hellwig
Looks good: Reviewed-by: Christoph Hellwig

Re: [PATCH v4 2/3] PCI: Move isa_dma_bridge_buggy out of dma.h

2022-07-20 Thread Geert Uytterhoeven
On Wed, Jul 20, 2022 at 3:20 PM Stafford Horne wrote: > During recent PCI cleanups we noticed that the isa_dma_bridge_buggy > symbol supported by all architectures is actually only used for x86_32. > > This patch moves the symbol out of all architectures limiting usage to > only x86_32. This is p