aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/signal.c
diff options
context:
space:
mode:
authorSven Schnelle <svens@linux.ibm.com>2021-08-23 21:20:36 +0200
committerHeiko Carstens <hca@linux.ibm.com>2021-08-25 11:03:34 +0200
commit28be5743c6306b3070012c00ca2ff2bff5c02258 (patch)
tree8134f308fa252cdc7db04733832ec9ac06013aad /arch/s390/kernel/signal.c
parents390/crypto: fix all kernel-doc warnings in vfio_ap_ops.c (diff)
downloadlinux-dev-28be5743c6306b3070012c00ca2ff2bff5c02258.tar.xz
linux-dev-28be5743c6306b3070012c00ca2ff2bff5c02258.zip
s390: remove do_signal() prototype and do_notify_resume() function
Both are no longer used since the conversion to generic entry, therefore remove them. Fixes: 56e62a737028 ("s390: convert to generic entry") Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel/signal.c')
-rw-r--r--arch/s390/kernel/signal.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/s390/kernel/signal.c b/arch/s390/kernel/signal.c
index 78ef53b29958..307f5d99514d 100644
--- a/arch/s390/kernel/signal.c
+++ b/arch/s390/kernel/signal.c
@@ -533,9 +533,3 @@ void arch_do_signal_or_restart(struct pt_regs *regs, bool has_signal)
*/
restore_saved_sigmask();
}
-
-void do_notify_resume(struct pt_regs *regs)
-{
- tracehook_notify_resume(regs);
- rseq_handle_notify_resume(NULL, regs);
-}