Work around differences in page allocation for initial page tables on xen
MFC after: 1 month
This commit is contained in:
parent
1c8e9487bf
commit
4b34502e99
@ -249,6 +249,10 @@ vm_page_startup(vm_offset_t vaddr)
|
||||
++nblocks;
|
||||
}
|
||||
|
||||
#ifdef XEN
|
||||
low_water = 0;
|
||||
#endif
|
||||
|
||||
end = phys_avail[biggestone+1];
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user