powerpc/64s/exception: clean up system call entry
authorNicholas Piggin <npiggin@gmail.com>
Fri, 28 Jun 2019 05:33:20 +0000 (15:33 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 2 Jul 2019 11:39:48 +0000 (21:39 +1000)
commitb0b2a93da4c95ac808c4c43f24a1873ae3166a1a
tree54a17eba5a98143363ad004fdd8bb8885c1cf477
parent1582009113bc1336d4e54de1d94014ca3569c483
powerpc/64s/exception: clean up system call entry

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 <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/exceptions-64s.S