CVSROOT: /cvs Module name: src Changes by: ari...@cvs.openbsd.org 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@