Re: [PATCH 529] M68k: Update signal delivery handling

2005-03-21 Thread Geert Uytterhoeven
On Mon, 21 Mar 2005, Christoph Hellwig wrote: > On Mon, Mar 21, 2005 at 09:25:49PM +0100, Geert Uytterhoeven wrote: > > M68k: Update signal delivery handling, which was broken by the removal of > > notify_parent() in 2.6.9-rc2 > > After that patch the #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER in > k

Re: [PATCH 529] M68k: Update signal delivery handling

2005-03-21 Thread Christoph Hellwig
On Mon, Mar 21, 2005 at 09:25:49PM +0100, Geert Uytterhoeven wrote: > M68k: Update signal delivery handling, which was broken by the removal of > notify_parent() in 2.6.9-rc2 After that patch the #ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER in kernel/signal.c can go away now. - To unsubscribe from thi

[PATCH 529] M68k: Update signal delivery handling

2005-03-21 Thread Geert Uytterhoeven
M68k: Update signal delivery handling, which was broken by the removal of notify_parent() in 2.6.9-rc2 Signed-off-by: Roman Zippel <[EMAIL PROTECTED]> Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- linux-2.6.12-rc1/arch/m68k/kernel/signal.c 19 Oct 2004 23:06:39 - +++ linux-m68k-2.