Project

General

Profile

Bug #2707 » 0001-vm-exclude-the-physical-page-at-address-0x80000000.patch

jorisgio, 08/09/2014 07:39 AM

View differences:

sys/vm/vm_page.c
else
last_pa = phys_avail[i + 1];
while (pa < last_pa && npages-- > 0) {
if ((vm_paddr_t) 0x80000000 == pa)
continue;
vm_add_new_page(pa);
pa += PAGE_SIZE;
}
(1-1/3)