PERFORCE change 133446 for review

Kip Macy kmacy at FreeBSD.org
Wed Jan 16 17:17:52 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=133446

Change 133446 by kmacy at 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();
 		}


More information about the p4-projects mailing list