Re: [PATCH] powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup.

2019-11-25 Thread Michael Ellerman
On Wed, 2019-08-28 at 13:42:01 UTC, Christophe Leroy wrote: > mftb() includes a feature fixup for CELL ppc. > > Use ASM_FTR_IFSET() macro instead of opencoding the setup > of the fixup sections. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc

[PATCH] powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup.

2019-08-28 Thread Christophe Leroy
mftb() includes a feature fixup for CELL ppc. Use ASM_FTR_IFSET() macro instead of opencoding the setup of the fixup sections. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/reg.h | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/arch/powerpc/in