Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Christoph Hellwig and committed by
Linus Torvalds
6cae60fe e821d94d

-4
-4
kernel/signal.c
··· 1649 1649 spin_unlock_irq(&current->sighand->siglock); 1650 1650 } 1651 1651 1652 - #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER 1653 - 1654 1652 static void 1655 1653 finish_stop(int stop_count) 1656 1654 { ··· 1959 1961 spin_unlock_irq(&current->sighand->siglock); 1960 1962 return signr; 1961 1963 } 1962 - 1963 - #endif 1964 1964 1965 1965 EXPORT_SYMBOL(recalc_sigpending); 1966 1966 EXPORT_SYMBOL_GPL(dequeue_signal);