powerpc/64s: scv entry should set PPR
authorNicholas Piggin <npiggin@gmail.com>
Tue, 25 Aug 2020 07:53:09 +0000 (17:53 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 27 Aug 2020 07:41:13 +0000 (17:41 +1000)
commite5fe56092e753c50093c60e757561984abff335e
treefab077fae9aa32e3a35f0dc09409d2c36bc7ec68
parentaa661d7fab436d8a782618b3138da1a84ca28a31
powerpc/64s: scv entry should set PPR

Kernel entry sets PPR to HMT_MEDIUM by convention. The scv entry
path missed this.

Fixes: 7fa95f9adaee ("powerpc/64s: system call support for scv/rfscv instructions")
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200825075309.224184-1-npiggin@gmail.com
arch/powerpc/kernel/entry_64.S