NetBSD/tests/sys
fox 4bfe81d9d9 Fixed issues with uvm_page_physunload_delete_end test case.
1. "avail_start" and "start" were different, resulting in unreachable code in
uvm_page_physunload(), where the condition check "avail_start" < "end" fails.
The test has been fixed by setting "avail_start" and "start" to the same value.

2. If "start" is the address with end address being "start + 2", we can
unplug twice, the first paddr_t would be "start" and the second one would be
"start + 1". Modified the ATF_CHECK_EQ() to reflect these changes.

Reviewed by <cherry>
2019-01-16 13:54:17 +00:00
..
net catch up with link printing. 2016-08-27 11:30:49 +00:00
netatalk
netinet Add casts for big endian machines 2014-12-03 13:10:49 +00:00
netinet6 Add casts for big endian machines 2014-12-03 13:10:49 +00:00
rc
uvm Fixed issues with uvm_page_physunload_delete_end test case. 2019-01-16 13:54:17 +00:00
Makefile