Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2008 01:17:51 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133446 for review
Message-ID:  <200801170117.m0H1HpwH081494@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133446

Change 133446 by kmacy@pandemonium:kmacy:xen31 on 2008/01/17 01:17:37

	increase number of yields to workaround periodic timeouts

Affected files ...

.. //depot/projects/xen31/sys/xen/xenbus/xenbus_xs.c#10 edit

Differences ...

==== //depot/projects/xen31/sys/xen/xenbus/xenbus_xs.c#10 (text+ko) ====

@@ -150,7 +150,7 @@
 				/*
 				 * Give other domain time to run :-/
 				 */
-				for (i = 0; i < 5000; i++)
+				for (i = 0; i < 10000; i++)
 						HYPERVISOR_yield();
 				xs_process_msg();
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801170117.m0H1HpwH081494>