Re: [PATCH 1/4] powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non booke

2021-06-26 Thread Michael Ellerman
On Fri, 4 Jun 2021 14:54:12 + (UTC), Christophe Leroy wrote: > To better match booke version of SYSCALL_ENTRY macro, interchange > r10 and r12 in the non booke version. Applied to powerpc/next. [1/4] powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non booke https://git.kernel.or

[PATCH 1/4] powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non booke

2021-06-04 Thread Christophe Leroy
To better match booke version of SYSCALL_ENTRY macro, interchange r10 and r12 in the non booke version. Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/head_32.h | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/arch/powerpc/kernel/h