Work around differences in page allocation for initial page tables on xen

MFC after:	1 month
This commit is contained in:
Kip Macy 2008-08-17 23:40:29 +00:00
parent 1c8e9487bf
commit 4b34502e99

View File

@ -249,6 +249,10 @@ vm_page_startup(vm_offset_t vaddr)
++nblocks;
}
#ifdef XEN
low_water = 0;
#endif
end = phys_avail[biggestone+1];
/*