From: Jeff Dike Date: Tue, 16 Oct 2007 08:27:27 +0000 (-0700) Subject: uml: eliminate SIGALRM X-Git-Tag: v2.6.24-rc1~1031 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b63c556c0877ee6d3832ee641bc427ff4d94d6;p=pandora-kernel.git uml: eliminate SIGALRM Now that ITIMER_REAL is no longer used, there is no need for any use of SIGALRM whatsoever. This patch removes all mention of it. In addition, real_alarm_handler took a signal argument which is now always SIGVTALRM. So, that is gone. Signed-off-by: Jeff Dike Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed