Re: [PATCH v1 10/12] powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros

2021-06-14 Thread Michael Ellerman
Christophe Leroy writes: > diff --git a/arch/powerpc/lib/feature-fixups.c > b/arch/powerpc/lib/feature-fixups.c > index fe26f2fa0f3f..f0fc521b82ae 100644 > --- a/arch/powerpc/lib/feature-fixups.c > +++ b/arch/powerpc/lib/feature-fixups.c > @@ -180,32 +180,31 @@ static void

[PATCH v1 10/12] powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros

2021-05-20 Thread Christophe Leroy
Use PPC_RAW_xxx() macros instead of open coding assembly opcodes. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/ppc-opcode.h | 4 + arch/powerpc/include/asm/reg.h| 1 + arch/powerpc/lib/feature-fixups.c | 121 +- 3 files changed, 65