Bah, just revert my earlier change entirely. (Missed alc's request to do

this earlier.)

Requested by:	alc
This commit is contained in:
John Baldwin 2012-03-19 19:06:40 +00:00
parent 5b1df4530b
commit d6e9b97b3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233194

View File

@ -223,7 +223,7 @@ _vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int flind, int domain)
{
struct vm_phys_seg *seg;
#ifdef VM_PHYSSEG_SPARSE
vm_size_t pages;
long pages;
int segind;
pages = 0;