The function vm_contig_grow_cache() was renamed to
vm_pageout_grow_cache() in FreeBSD HEAD r238561. This
change will not be MFCd to 9-STABLE so it's only
required for HEAD.

This patch is submitted under MIT License.

Author: Garrett Cooper <[email protected]>
PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=170056

-- 
Bernhard Froehlich
http://www.bluelife.at/

--- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig	2012-04-14 09:53:26.000000000 +0200
+++ src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c	2012-08-03 19:30:50.371327348 +0200
@@ -206,7 +206,7 @@
         VM_OBJECT_UNLOCK(pObject);
         if (pPages)
             break;
-        vm_contig_grow_cache(cTries, 0, VmPhysAddrHigh);
+        vm_pageout_grow_cache(cTries, 0, VmPhysAddrHigh);
         cTries++;
     }
 
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to