Re: [RFC PATCH 11/20] powerpc/io: Remove PCI_FIX_ADDR

2024-11-14 Thread Arnd Bergmann
On Thu, Nov 14, 2024, at 13:51, Michael Ellerman wrote: > Now that PPC_INDIRECT_MMIO is removed, PCI_FIX_ADDR does nothing, so > remove it. > > Signed-off-by: Michael Ellerman Acked-by: Arnd Bergmann > static inline unsigned char __raw_readb(const volatile void __iomem *addr) > { > - ret

[RFC PATCH 11/20] powerpc/io: Remove PCI_FIX_ADDR

2024-11-14 Thread Michael Ellerman
Now that PPC_INDIRECT_MMIO is removed, PCI_FIX_ADDR does nothing, so remove it. Signed-off-by: Michael Ellerman --- arch/powerpc/include/asm/io.h | 86 +-- arch/powerpc/mm/ioremap_64.c | 2 +- 2 files changed, 43 insertions(+), 45 deletions(-) diff --git a/arch