From: Jeff Dike Date: Tue, 5 Feb 2008 06:31:16 +0000 (-0800) Subject: uml: remove init_irq_signals X-Git-Tag: v2.6.25-rc1~810 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a24ebf0cb2ca44fdcdb5cae9ed2e778e5170f97;p=pandora-kernel.git uml: remove init_irq_signals init_irq_signals doesn't need to be called from the context of a new process. It initializes handlers, which are useless in process context. With that call gone, init_irq_signals has only one caller, so it can be inlined into init_new_thread_signals. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed