svn commit: r233194 - head/sys/vm

John Baldwin jhb at FreeBSD.org
Mon Mar 19 19:06:41 UTC 2012


Author: jhb
Date: Mon Mar 19 19:06:40 2012
New Revision: 233194
URL: http://svn.freebsd.org/changeset/base/233194

Log:
  Bah, just revert my earlier change entirely.  (Missed alc's request to do
  this earlier.)
  
  Requested by:	alc

Modified:
  head/sys/vm/vm_phys.c

Modified: head/sys/vm/vm_phys.c
==============================================================================
--- head/sys/vm/vm_phys.c	Mon Mar 19 19:01:34 2012	(r233193)
+++ head/sys/vm/vm_phys.c	Mon Mar 19 19:06:40 2012	(r233194)
@@ -223,7 +223,7 @@ _vm_phys_create_seg(vm_paddr_t start, vm
 {
 	struct vm_phys_seg *seg;
 #ifdef VM_PHYSSEG_SPARSE
-	vm_size_t pages;
+	long pages;
 	int segind;
 
 	pages = 0;


More information about the svn-src-head mailing list