[BACK]Return to uvm_pglist.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_pglist.c between version 1.36 and 1.37

version 1.36, 2006/09/15 15:51:13 version 1.37, 2007/02/21 23:00:14
Line 442  uvm_pglistfree(struct pglist *list)
Line 442  uvm_pglistfree(struct pglist *list)
   
         s = uvm_lock_fpageq();          s = uvm_lock_fpageq();
         while ((pg = TAILQ_FIRST(list)) != NULL) {          while ((pg = TAILQ_FIRST(list)) != NULL) {
                 boolean_t iszero;                  bool iszero;
   
                 KASSERT(!uvmpdpol_pageisqueued_p(pg));                  KASSERT(!uvmpdpol_pageisqueued_p(pg));
                 TAILQ_REMOVE(list, pg, pageq);                  TAILQ_REMOVE(list, pg, pageq);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb <webmaster@jp.NetBSD.org>