Re: [PATCH 4/5] powerpc/fsl: Modernise mt/mfpmr

2024-02-29 Thread Segher Boessenkool
On Thu, Feb 29, 2024 at 11:25:20PM +1100, Michael Ellerman wrote: > With the addition of the machine directives, these are no longer simple > 1-2 liner macros. So modernise them to be static inlines and use named > asm parameters. > > Signed-off-by: Michael Ellerman You got rid of the __stringif

[PATCH 4/5] powerpc/fsl: Modernise mt/mfpmr

2024-02-29 Thread Michael Ellerman
With the addition of the machine directives, these are no longer simple 1-2 liner macros. So modernise them to be static inlines and use named asm parameters. Signed-off-by: Michael Ellerman --- arch/powerpc/include/asm/reg_fsl_emb.h | 32 +- 1 file changed, 21 insertions