[BACK]Return to uvm_loan.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / uvm

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/uvm/uvm_loan.c between version 1.58 and 1.58.10.1

version 1.58, 2006/01/31 14:11:25 version 1.58.10.1, 2006/05/24 15:50:48
Line 922  again:
Line 922  again:
         pg->loan_count++;          pg->loan_count++;
         uvm_pageactivate(pg);          uvm_pageactivate(pg);
         uvm_unlock_pageq();          uvm_unlock_pageq();
           simple_unlock(&anon->an_lock);
         simple_unlock(&uvm_loanzero_object.vmobjlock);          simple_unlock(&uvm_loanzero_object.vmobjlock);
         **output = anon;          **output = anon;
         (*output)++;          (*output)++;

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.58.10.1

CVSweb <webmaster@jp.NetBSD.org>