commit | a6f4e3cf75538a75ee4fab620e3c8466f2154458 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Sat Jun 25 14:55:22 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 16:24:35 2005 -0700 |
tree | 2adc3dac915abfce031d6cf3d669bfdfb4a134e8 | |
parent | e0877f07e85a46e4fde32bd84f08551d360839fe [diff] |
[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>