[BACK]Return to uvm_pmap.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_pmap.h between version 1.29 and 1.30

version 1.29, 2009/08/19 14:58:48 version 1.30, 2009/08/19 23:54:33
Line 103  typedef struct pmap_statistics *pmap_sta
Line 103  typedef struct pmap_statistics *pmap_sta
  */   */
 #define PMAP_WIRED      0x00000010      /* wired mapping */  #define PMAP_WIRED      0x00000010      /* wired mapping */
 #define PMAP_CANFAIL    0x00000020      /* can fail if resource shortage */  #define PMAP_CANFAIL    0x00000020      /* can fail if resource shortage */
   #if defined(PMAP_ENABLE_PMAP_KMPAGE)
 #define PMAP_KMPAGE     0x00000040      /* [PA] page used for kernel memory */  #define PMAP_KMPAGE     0x00000040      /* [PA] page used for kernel memory */
   #else
   #define PMAP_KMPAGE     0x00000000
   #endif /* PMAP_ENABLE_PMAP_KMPAGE */
   
 #define PMAP_MD_MASK    0xff000000      /* Machine-dependent bits */  #define PMAP_MD_MASK    0xff000000      /* Machine-dependent bits */
   

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>