svn commit: r301527 - head/emulators/virtualbox-ose-kmod/files
Bernhard Froehlich
decke at FreeBSD.org
Wed Jul 25 19:12:40 UTC 2012
Author: decke
Date: Wed Jul 25 19:12:39 2012
New Revision: 301527
URL: http://svn.freebsd.org/changeset/ports/301527
Log:
- Follow vm_contig_grow_cache() renaming to vm_pageout_grow_cache() in r238561
PR: ports/170056
Submitted by: Garrett Cooper <yanegomi at gmail.com>
Thanks to: alc, avg
Modified:
head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c (contents, props changed)
Modified: head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c
==============================================================================
--- head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c Wed Jul 25 18:10:40 2012 (r301526)
+++ head/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c Wed Jul 25 19:12:39 2012 (r301527)
@@ -1,5 +1,5 @@
---- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig 2011-12-19 15:01:31.000000000 +0200
-+++ src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c 2012-02-23 01:24:32.111859551 +0200
+--- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig 2012-06-20 15:18:10.000000000 +0200
++++ src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c 2012-07-25 18:04:01.534886951 +0200
@@ -5,6 +5,7 @@
/*
@@ -149,7 +149,7 @@
+ VM_OBJECT_UNLOCK(pObject);
+ if (pPages || tries >= 1)
+ break;
-+ vm_contig_grow_cache(tries, 0, VmPhysAddrHigh);
++ vm_pageout_grow_cache(tries, 0, VmPhysAddrHigh);
+ tries++;
+ }
+ return pPages;
More information about the svn-ports-head
mailing list