From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH v4 2/3] PCI: Move isa_dma_bridge_buggy out of dma.h Date: Wed, 20 Jul 2022 19:40:16 +0200 Message-ID: References: <20220720131934.373932-1-shorne@gmail.com> <20220720131934.373932-3-shorne@gmail.com> Mime-Version: 1.0 Return-path: In-Reply-To: <20220720131934.373932-3-shorne@gmail.com> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Stafford Horne Cc: LKML , Arnd Bergmann , Christoph Hellwig , Richard Henderson , Ivan Kokshaysky , Matt Turner , Vineet Gupta , Russell King , Michal Simek , Thomas Bogendoerfer , "James E.J. Bottomley" , Helge Deller , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger 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 possible because only x86_32 platforms or quirks > existing in PCI devices supported on x86_32 ever set this. A new global > header linux/isa-dma.h is added to provide a common place to maintain > the definition. > > Suggested-by: Arnd Bergmann > Suggested-by: Christoph Hellwig > Signed-off-by: Stafford Horne > --- > Since v3: > - New patch. > arch/m68k/include/asm/dma.h | 6 ------ Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds