commit | 06e1e4ffbd1932e288839b3140cda6b8141eb684 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Thu Jun 05 22:46:10 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jun 06 11:29:10 2008 -0700 |
tree | c76ad0854f28a0600885301e25e8e7197e4e924c | |
parent | 34397892a3d677d857fdaf8dec66a66b07dde0b5 [diff] |
uml: deal with host time going backwards Protection against the host's time going backwards (eg, ntp activity on the host) by keeping track of the time at the last tick and if it's greater than the current time, keep time stopped until the host catches up. Cc: Nix <nix@esperi.org.uk> Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>