[BACK]Return to uvm_extern.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_extern.h between version 1.226 and 1.227

version 1.226, 2020/05/09 15:13:19 version 1.227, 2020/05/26 00:50:53
Line 566  extern bool vm_page_zero_enable;
Line 566  extern bool vm_page_zero_enable;
  */   */
 struct vmspace {  struct vmspace {
         struct  vm_map vm_map;  /* VM address map */          struct  vm_map vm_map;  /* VM address map */
         int     vm_refcnt;      /* number of references *          volatile int vm_refcnt; /* number of references */
                                  * note: protected by vm_map.misc_lock */  
         void *  vm_shm;         /* SYS5 shared memory private data XXX */          void *  vm_shm;         /* SYS5 shared memory private data XXX */
 /* we copy from vm_startcopy to the end of the structure on fork */  /* we copy from vm_startcopy to the end of the structure on fork */
 #define vm_startcopy vm_rssize  #define vm_startcopy vm_rssize

Legend:
Removed from v.1.226  
changed lines
  Added in v.1.227

CVSweb <webmaster@jp.NetBSD.org>