Re: [PATCH] powerpc: Fix instruction encoding for lis in ppc_function_entry()
From: Michael Ellerman <hidden>
Date: 2021-03-14 10:04:42
From: Michael Ellerman <hidden>
Date: 2021-03-14 10:04:42
On Thu, 4 Mar 2021 07:34:11 +0530, Naveen N. Rao wrote:
'lis r2,N' is 'addis r2,0,N' and the instruction encoding in the macro LIS_R2 is incorrect (it currently maps to 'addis 0,r2,N'). Fix the same.
Applied to powerpc/fixes.
[1/1] powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()
https://git.kernel.org/powerpc/c/cea15316ceee2d4a51dfdecd79e08a438135416c
cheers