Re: [PATCH] powerpc/64: Use {SAVE,REST}_NVGPRS macros

2020-01-06 Thread Michael Ellerman
On Wed, 2019-12-11 at 02:35:52 UTC, Jordan Niethe wrote: > In entry_64.S there are places that open code saving and restoring the > non-volatile registers. There are already macros for doing this so use > them. > > Signed-off-by: Jordan Niethe Applied to powerpc next, thanks. https://git.kernel

Re: [PATCH] powerpc/64: Use {SAVE,REST}_NVGPRS macros

2019-12-10 Thread Andrew Donnellan
On 11/12/19 1:35 pm, Jordan Niethe wrote: In entry_64.S there are places that open code saving and restoring the non-volatile registers. There are already macros for doing this so use them. Signed-off-by: Jordan Niethe Reviewed-by: Andrew Donnellan -- Andrew Donnellan OzLabs,

[PATCH] powerpc/64: Use {SAVE,REST}_NVGPRS macros

2019-12-10 Thread Jordan Niethe
In entry_64.S there are places that open code saving and restoring the non-volatile registers. There are already macros for doing this so use them. Signed-off-by: Jordan Niethe --- arch/powerpc/kernel/entry_64.S | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --gi