From: Jeff Dike Date: Thu, 4 May 2006 02:55:03 +0000 (-0700) Subject: [PATCH] uml: change timer initialization X-Git-Tag: v2.6.17-rc4~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6760da0197a6ee327a09dafc070b26e2f02651fe;p=pandora-kernel.git [PATCH] uml: change timer initialization inet_init, which schedules, is called before the UML timer_init, which sets up the timer. The result is the interval timers being manipulated before the appropriate signal handlers are established, causing unhandled timers. This is fixed by making timer_init be called earlier. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed