OSDN Git Service

powerpc/32: Remove MSR_PR test when returning from syscall
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 11 Mar 2019 08:30:30 +0000 (08:30 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 21 Apr 2019 13:11:46 +0000 (23:11 +1000)
commite291b6d575bc6e4d1d36961b081be521a6c800d6
tree6ded93f5a6628afc7110d629b615fcfc747c41db
parent5e5be3aed23032d40d5ab7407f344f1a74f2765b
powerpc/32: Remove MSR_PR test when returning from syscall

syscalls are from user only, so we can account time without checking
whether returning to kernel or user as it will only be user.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/entry_32.S