Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2008 07:43:58 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134126 for review
Message-ID:  <200801260743.m0Q7hwmn047720@repoman.freebsd.org>

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

Change 134126 by kmacy@pandemonium:kmacy:xen31 on 2008/01/26 07:43:38

	should reference index and not count in multicall

Affected files ...

.. //depot/projects/xen31/sys/i386/xen/pmap.c#36 edit

Differences ...

==== //depot/projects/xen31/sys/i386/xen/pmap.c#36 (text+ko) ====

@@ -2815,7 +2815,7 @@
 
 		(void) pmap_enter_quick_locked(&mclp, &index, pmap, *addrs, *pages, *prots, NULL);
 		if (index == 16) {
-			error = HYPERVISOR_multicall(mcl, count);
+			error = HYPERVISOR_multicall(mcl, index);
 			mclp = mcl;
 			index = 0;
 			KASSERT(error == 0, ("bad multicall %d", error));



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