Re: [PATCH 08/14] powerpc/rtas: call enter_rtas in real-mode on 64-bit

2022-03-17 Thread Laurent Dufour
On 08/03/2022, 14:50:41, Nicholas Piggin wrote: > This moves MSR save/restore and some real-mode juggling out of asm and > into C code, simplifying things. > > Signed-off-by: Nicholas Piggin > --- > arch/powerpc/kernel/rtas.c | 15 --- > arch/powerpc/kernel/rtas_entry.S | 32 ++

Re: [PATCH 08/14] powerpc/rtas: call enter_rtas in real-mode on 64-bit

2022-03-14 Thread Laurent Dufour
On 08/03/2022, 14:50:41, Nicholas Piggin wrote: > This moves MSR save/restore and some real-mode juggling out of asm and > into C code, simplifying things. > > Signed-off-by: Nicholas Piggin > --- > arch/powerpc/kernel/rtas.c | 15 --- > arch/powerpc/kernel/rtas_entry.S | 32 ++

[PATCH 08/14] powerpc/rtas: call enter_rtas in real-mode on 64-bit

2022-03-08 Thread Nicholas Piggin
This moves MSR save/restore and some real-mode juggling out of asm and into C code, simplifying things. Signed-off-by: Nicholas Piggin --- arch/powerpc/kernel/rtas.c | 15 --- arch/powerpc/kernel/rtas_entry.S | 32 +--- 2 files changed, 17 insertions