[BACK]Return to uvm.h 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.h between version 1.55 and 1.56

version 1.55, 2008/06/04 15:06:04 version 1.56, 2009/06/28 15:18:50
Line 84  struct uvm_cpu {
Line 84  struct uvm_cpu {
         bool page_idle_zero;            /* TRUE if we should try to zero          bool page_idle_zero;            /* TRUE if we should try to zero
                                            pages in the idle loop */                                             pages in the idle loop */
         int pages[PGFL_NQUEUES];        /* total of pages in page_free */          int pages[PGFL_NQUEUES];        /* total of pages in page_free */
           u_int emap_gen;                 /* emap generation number */
 };  };
   
 /*  /*

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb <webmaster@jp.NetBSD.org>