mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Count bogus_page as wired.
This commit is contained in:
parent
62dc52f5dd
commit
4c6fc7285e
1 changed files with 1 additions and 0 deletions
|
|
@ -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++;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue