aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-04-16 15:25:47 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 15:25:47 -0700
commit6cae60feb6709dea4cb94da93d4d2ea039aee59d (patch)
tree5aaf9fa7b025784924d66bd29fb4d5b4239a67e4 /kernel
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')
-rw-r--r--kernel/signal.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index f00a1d610f0..e6567d7f2b6 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -1649,8 +1649,6 @@ void ptrace_notify(int exit_code)
spin_unlock_irq(&current->sighand->siglock);
}
-#ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER
-
static void
finish_stop(int stop_count)
{
@@ -1962,8 +1960,6 @@ relock:
return signr;
}
-#endif
-
EXPORT_SYMBOL(recalc_sigpending);
EXPORT_SYMBOL_GPL(dequeue_signal);
EXPORT_SYMBOL(flush_signals);