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 <m...@ellerman.id.au>
You got rid of the __stringify blight as well. Great :-) Acked-by: Segher Boessenkool <seg...@kernel.crashing.org> Segher