Page MenuHomeFreeBSD

D33258.diff
No OneTemporary

D33258.diff

diff --git a/sys/vm/vm_reserv.c b/sys/vm/vm_reserv.c
--- a/sys/vm/vm_reserv.c
+++ b/sys/vm/vm_reserv.c
@@ -1112,7 +1112,7 @@
* partially populated reservation queues.
*/
rvd->marker.popcnt = VM_LEVEL_0_NPAGES;
- for (j = 0; j < NBPOPMAP; j++)
+ for (j = 0; j < VM_LEVEL_0_NPAGES; j++)
popmap_set(rvd->marker.popmap, j);
}

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 17, 10:53 AM (21 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15837941
Default Alt Text
D33258.diff (344 B)

Event Timeline