[patch 133/198] kill #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER in signal.c

From: akpm
Date: Tue Apr 12 2005 - 06:24:56 EST



From: Christoph Hellwig <hch@xxxxxx>

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@xxxxxxxx>
---

25-akpm/kernel/signal.c | 4 ----
1 files changed, 4 deletions(-)

diff -puN kernel/signal.c~kill-ifndef-have_arch_get_signal_to_deliver-in-signalc kernel/signal.c
--- 25/kernel/signal.c~kill-ifndef-have_arch_get_signal_to_deliver-in-signalc 2005-04-12 03:21:35.653716712 -0700
+++ 25-akpm/kernel/signal.c 2005-04-12 03:21:35.658715952 -0700
@@ -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);
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/