Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Jed Davis <jld@netbsd.org>
List: source-changes
Date: 11/03/2006 12:09:46
Module Name:	src
Committed By:	jld
Date:		Fri Nov  3 12:09:46 UTC 2006

Modified Files:
	src/sys/arch/xen/xen: clock.c

Log Message:
Ensure that the timestamp we use in get_tsc_offset_ns remains valid
until after we do the rdtsc; since Xen3 dynamically adjusts its idea of
the clock frequency, this is important.  (Linux and FreeBSD both do this.)


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/arch/xen/xen/clock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.