[PATCH] UML: fix wall_to_monotonic initialization
authorJeff Dike <jdike@addtoit.com>
Thu, 22 Jun 2006 21:47:09 +0000 (14:47 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 22 Jun 2006 22:05:55 +0000 (15:05 -0700)
commit7f98a44b9d09580036da7e7f8b33e66f411cf374
treed2200ab2fe158e696bcbde408cf4355f91f8d025
parent0dad31d2da706ef114bc5c21123123be2f405d5b
[PATCH] UML: fix wall_to_monotonic initialization

Change a variable from unsigned to signed in order to get sign-extension
when the thing is negated.  Without this, uptime is horribly confused.

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