[BACK]Return to uvm_object.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_object.c between version 1.11 and 1.12

version 1.11, 2011/08/27 09:11:53 version 1.12, 2014/03/11 20:22:47
Line 227  uvm_obj_unwirepages(struct uvm_object *u
Line 227  uvm_obj_unwirepages(struct uvm_object *u
         mutex_exit(uobj->vmobjlock);          mutex_exit(uobj->vmobjlock);
 }  }
   
 #if (defined(DDB) || defined(DEBUGPRINT)) && !defined(_RUMPKERNEL)  #if defined(DDB) || defined(DEBUGPRINT)
   
 /*  /*
  * uvm_object_printit: actually prints the object   * uvm_object_printit: actually prints the object

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>