]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] uml: change timer initialization
authorJeff Dike <jdike@addtoit.com>
Thu, 4 May 2006 02:55:03 +0000 (19:55 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 4 May 2006 03:05:40 +0000 (20:05 -0700)
commit6760da0197a6ee327a09dafc070b26e2f02651fe
treed46d67012dda04b679e1d62179e89906a9edea72
parentf0ec5e39765cd254d436a6d86e211d81795952a4
[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 <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/time_kern.c