mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 11:30:53 +07:00
[PATCH] kill #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER in signal.c
Now that no architectures defines HAVE_ARCH_GET_SIGNAL_TO_DELIVER anymore this can go away. It was a transitional hack only. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
e821d94d34
commit
6cae60feb6
@ -1649,8 +1649,6 @@ void ptrace_notify(int exit_code)
|
|||||||
spin_unlock_irq(¤t->sighand->siglock);
|
spin_unlock_irq(¤t->sighand->siglock);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
finish_stop(int stop_count)
|
finish_stop(int stop_count)
|
||||||
{
|
{
|
||||||
@ -1962,8 +1960,6 @@ int get_signal_to_deliver(siginfo_t *info, struct k_sigaction *return_ka,
|
|||||||
return signr;
|
return signr;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
EXPORT_SYMBOL(recalc_sigpending);
|
EXPORT_SYMBOL(recalc_sigpending);
|
||||||
EXPORT_SYMBOL_GPL(dequeue_signal);
|
EXPORT_SYMBOL_GPL(dequeue_signal);
|
||||||
EXPORT_SYMBOL(flush_signals);
|
EXPORT_SYMBOL(flush_signals);
|
||||||
|
Loading…
Reference in New Issue
Block a user