Re: [PATCH v3 01/13] powerpc/64s/exception: clean up system call entry

2019-07-04 Thread Michael Ellerman
On Fri, 2019-06-28 at 05:33:20 UTC, Nicholas Piggin wrote: > syscall / hcall entry unnecessarily differs between KVM and non-KVM > builds. Move the SMT priority instruction to the same location > (after INTERRUPT_TO_KERNEL). > > Signed-off-by: Nicholas Piggin Series applied to powerpc next, than

[PATCH v3 01/13] powerpc/64s/exception: clean up system call entry

2019-06-27 Thread Nicholas Piggin
syscall / hcall entry unnecessarily differs between KVM and non-KVM builds. Move the SMT priority instruction to the same location (after INTERRUPT_TO_KERNEL). Signed-off-by: Nicholas Piggin --- arch/powerpc/kernel/exceptions-64s.S | 24 +++- 1 file changed, 7 insertions(+),