commit | 38b4564cf042ad3f5333692687023803c1ab1112 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Apr 30 12:39:04 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri May 03 01:20:27 2019 +1000 |
tree | 279c93fe38b8535750130bee21a2f0dd19f9bf5f | |
parent | 1a4b739bbb4f8857d1b4feb46d6b3ec72269c111 [diff] |
powerpc/32: don't do syscall stuff in transfer_to_handler As syscalls are now handled via a fast entry path, syscall related actions can be removed from the generic transfer_to_handler path. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>