]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 18 Aug 2020 17:19:28 +0000 (17:19 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:13 +0000 (01:01 +1100)
commitdeef4af536b6151b9d3691587bb27e7f1c679a99
treeb9e8529d85be32fd3d23005441c7393df1d6f851
parentfe45ff1e36261dff645ba61272121c0bb099975c
powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32

Move signal trampoline setup into handle_signal32()
and handle_rt_signal32().

At the same time, remove the define which hides the mc_pad field
used for trampoline.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/e439cc0fa35aa45da6776520777a61848b92fd4b.1597770847.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/signal_32.c