OSDN Git Service

kill signal_pt_regs()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 8 Jun 2020 16:21:07 +0000 (12:21 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 23 Oct 2022 22:06:54 +0000 (18:06 -0400)
commit6a542d1d5f6c814fd3643b43e85b21757c1e363b
tree1e943db8fab83a63d7057877064e771d2cbf0167
parent9abf2313adc1ca1b6180c508c25f22f9395cc780
kill signal_pt_regs()

Once upon at it was used on hot paths, but that had not been
true since 2013.  IOW, there's no point for arch-optimized
equivalent of task_pt_regs(current) - remaining two users are
not worth bothering with.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/alpha/include/asm/ptrace.h
fs/coredump.c
include/linux/ptrace.h
kernel/signal.c