Subject: CVS commit: [netbsd-3-0] src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 09/08/2006 11:12:34
Module Name:	src
Committed By:	ghen
Date:		Fri Sep  8 11:12:34 UTC 2006

Modified Files:
	src/sys/arch/xen/xen [netbsd-3-0]: clock.c

Log Message:
Pull up following revision(s) (requested by jld in ticket #1506):
	sys/arch/xen/xen/clock.c: revision 1.26 via patch
Fix accidentally unsigned comparison, which was causing the timer event
handler to run ~forever in the face of slightly unexpected input from
Xen (system_time apparently going backwards).  Pointed out by kardel@.


To generate a diff of this commit:
cvs rdiff -r1.9.2.4 -r1.9.2.4.2.1 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.