]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] UML: fix uptime
authorJeff Dike <jdike@addtoit.com>
Tue, 20 Jun 2006 22:25:03 +0000 (18:25 -0400)
committerChris Wright <chrisw@sous-sol.org>
Fri, 30 Jun 2006 00:17:16 +0000 (17:17 -0700)
commite0072c1bbbdcb819e8df0a67229bb9eed2accec3
tree0c4d0022e5ae1f792f8462b01a4e3437bfe53eac
parente45424909c0a8ffc7afbea6e35da582f782fc618
[PATCH] UML: fix uptime

The use of signed instead of unsigned here broke the calculations on
negative numbers that are involved in calculating wall_to_monotonic.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
arch/um/kernel/time_kern.c