CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/05 16:33:51
Modified files:
sys/uvm : uvm_pmemrange.c
Log message:
Test iterated variable instead of a temporary variable from the previous
code block (not 'high_next' but 'low').
While here, change the KASSERT to a KDASSERT.
Pointed out by Amit Kulkarni.
ok thib@, miod@
