Count bogus_page as wired.

This commit is contained in:
Dmitrij Tejblum 1999-09-30 07:39:20 +00:00
parent 62dc52f5dd
commit 4c6fc7285e

View file

@ -394,6 +394,7 @@ bufinit(void)
bogus_page = vm_page_alloc(kernel_object,
((bogus_offset - VM_MIN_KERNEL_ADDRESS) >> PAGE_SHIFT),
VM_ALLOC_NORMAL);
cnt.v_wire_count++;
}