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/28/2006 13:36:28
Module Name:	src
Committed By:	bouyer
Date:		Sun May 28 13:36:28 UTC 2006

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

Log Message:
Revert previous. HYPERVISOR_set_timer_op() works fine for domU, and using
HYPERVISOR_yield() cause a domain to busy-wait for some work to do (so
using HYPERVISOR_yield doen't fix the problem for dom0, and makes things much
worse for domU).


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