]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: fix sleep length bug
authorJeff Dike <jdike@addtoit.com>
Wed, 27 Sep 2006 08:50:42 +0000 (01:50 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:16 +0000 (08:26 -0700)
commitde93ba122305b644904c78112884b71a64f2a0d2
tree599e7ebe0316ec8a4592a9b4d7cb9f72b03715d9
parentd9196370aa80dd9d8a0214e8f43443f987d02402
[PATCH] uml: fix sleep length bug

um_timer shouldn't add local_offset to the host time since get_time already
did it.  This threw off sleep when a settimeofday or equivalent had happened.

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.c