linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 133/198] kill #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER in signal.c
@ 2005-04-12 10:32 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2005-04-12 10:32 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, akpm, hch


From: Christoph Hellwig <hch@lst.de>

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

 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);
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-12 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-12 10:32 [patch 133/198] kill #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER in signal.c akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).