]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: fix timer initialization
authorJeff Dike <jdike@addtoit.com>
Sat, 25 Jun 2005 21:55:22 +0000 (14:55 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:35 +0000 (16:24 -0700)
commite53b941020811c3162b88b7d8860bd4101664945
tree2adc3dac915abfce031d6cf3d669bfdfb4a134e8
parent4568be99c7cacddafd9f505f0d2194fcfbc8a043
[PATCH] uml: fix timer initialization

In skas mode, the call to uml_idle_timer permanently shut off the virtual
timer, resulting in no timer ticks to anything but the idle thread.  This is
likely the cause of the soft lockups that are seen sporadically in recent
UMLs.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/process_kern.c
arch/um/kernel/skas/process_kern.c