Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/27/2006 19:57:16
Module Name:	src
Committed By:	bouyer
Date:		Sat May 27 19:57:16 UTC 2006

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

Log Message:
HYPERVISOR_set_timer_op() doesn't seem to work right on a NetBSD Xen3 dom0,
the dom0 is getting a continous stream of clock interrupts. As we want an
interrupt every hz anyway, just use HYPERVISOR_yield() instead.


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