NetBSD/tests/sys/uvm
fox ff43743a55 Fixed issues with uvm_physseg_plug test case.
There is a condition check which failed for VM_PHYSSEG_MAX == 2 (not for
1 or 3 and above), in case of 2, pgs == slab + npages1 + npages3, so we
need to change ">" check to ">=" check.

Reviewed by <cherry>
2019-01-16 13:35:51 +00:00
..
Makefile
t_uvm_physseg_load.c
t_uvm_physseg.c Fixed issues with uvm_physseg_plug test case. 2019-01-16 13:35:51 +00:00