From: Christoph Hellwig <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
---
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(¤t->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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/