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

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

Diff for /src/sys/kern/subr_pool.c between version 1.187 and 1.188

version 1.187, 2011/01/17 07:13:32 version 1.188, 2011/01/17 07:36:58
Line 55  __KERNEL_RCSID(0, "$NetBSD$");
Line 55  __KERNEL_RCSID(0, "$NetBSD$");
 #include <sys/atomic.h>  #include <sys/atomic.h>
   
 #include <uvm/uvm_extern.h>  #include <uvm/uvm_extern.h>
   #ifdef DIAGNOSTIC
   #include <uvm/uvm_km.h> /* uvm_km_va_drain */
   #endif
   
 /*  /*
  * Pool resource management utility.   * Pool resource management utility.

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.188

CVSweb <webmaster@jp.NetBSD.org>