From 6cae60feb6709dea4cb94da93d4d2ea039aee59d Mon Sep 17 00:00:00 2001
From: Christoph Hellwig <hch@lst.de>
Date: Sat, 16 Apr 2005 15:25:47 -0700
Subject: [PATCH] [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>
---
 kernel/signal.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/kernel/signal.c b/kernel/signal.c
index f00a1d610f0bb..e6567d7f2b623 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 @@ int get_signal_to_deliver(siginfo_t *info, struct k_sigaction *return_ka,
 	return signr;
 }
 
-#endif
-
 EXPORT_SYMBOL(recalc_sigpending);
 EXPORT_SYMBOL_GPL(dequeue_signal);
 EXPORT_SYMBOL(flush_signals);
-- 
GitLab