[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.62 and 1.62.4.1

version 1.62, 2011/05/17 04:18:07 version 1.62.4.1, 2011/11/11 10:34:24
Line 81  struct uvm_cpu {
Line 81  struct uvm_cpu {
                                            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 */          u_int emap_gen;                 /* emap generation number */
   
           int64_t pagestate[UVM_PAGE_NUM_STATUS];
 };  };
   
 /*  /*

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.62.4.1

CVSweb <webmaster@jp.NetBSD.org>