aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-04-16 18:25:47 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:25:47 -0400
commit6cae60feb6709dea4cb94da93d4d2ea039aee59d (patch)
tree5aaf9fa7b025784924d66bd29fb4d5b4239a67e4 /kernel/signal.c
parente821d94d34af23a31a16ead78e8b685b750c8c3d (diff)
[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>
Diffstat (limited to 'kernel/signal.c')
-rw-r--r--kernel/signal.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index f00a1d610f0b..e6567d7f2b62 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -1649,8 +1649,6 @@ void ptrace_notify(int exit_code)
1649 spin_unlock_irq(&current->sighand->siglock); 1649 spin_unlock_irq(&current->sighand->siglock);
1650} 1650}
1651 1651
1652#ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER
1653
1654static void 1652static void
1655finish_stop(int stop_count) 1653finish_stop(int stop_count)
1656{ 1654{
@@ -1962,8 +1960,6 @@ relock:
1962 return signr; 1960 return signr;
1963} 1961}
1964 1962
1965#endif
1966
1967EXPORT_SYMBOL(recalc_sigpending); 1963EXPORT_SYMBOL(recalc_sigpending);
1968EXPORT_SYMBOL_GPL(dequeue_signal); 1964EXPORT_SYMBOL_GPL(dequeue_signal);
1969EXPORT_SYMBOL(flush_signals); 1965EXPORT_SYMBOL(flush_signals);