commit | f97dec21a306967edbc49ce46f3ecefa3cd16907 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Apr 30 12:38:58 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri May 03 01:20:27 2019 +1000 |
tree | 71926e433d43add06480dcdd7acbd4f1e4bc6473 | |
parent | ef4291243f51d0a69899ee2025de09578c0fcba8 [diff] |
powerpc/32: enter syscall with MSR_EE inconditionaly set syscalls are expected to be entered with MSR_EE set. Lets make it inconditional by forcing MSR_EE on syscalls. This patch adds EXC_XFER_SYS for that. Suggested-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [splited out from benh RFC patch] Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>