Re: [PATCH] powerpc: inline iomap accessors

2020-12-10 Thread Michael Ellerman
On Sat, 21 Nov 2020 17:59:19 + (UTC), Christophe Leroy wrote: > ioreadXX()/ioreadXXbe() accessors are equivalent to ppc > in_leXX()/in_be16() accessors but they are not inlined. > > Since commit 0eb573682872 ("powerpc/kerenl: Enable EEH for IO > accessors"), the 'le' versions are equivalent to

[PATCH] powerpc: inline iomap accessors

2020-11-21 Thread Christophe Leroy
ioreadXX()/ioreadXXbe() accessors are equivalent to ppc in_leXX()/in_be16() accessors but they are not inlined. Since commit 0eb573682872 ("powerpc/kerenl: Enable EEH for IO accessors"), the 'le' versions are equivalent to the ones defined in asm-generic/io.h, allthough the ones there are inlined.