Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Jed Davis <jld@netbsd.org>
List: source-changes
Date: 07/04/2006 07:35:28
Module Name:	src
Committed By:	jld
Date:		Tue Jul  4 07:35:28 UTC 2006

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

Log Message:
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.25 -r1.26 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.