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

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

Log Message:
Pull up following revision(s) (requested by jld in ticket #1506):
	sys/arch/xen/xen/clock.c: revision 1.26
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.8 -r1.9.2.9 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.