[BACK]Return to pmap.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / amd64 / include

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

Diff for /src/sys/arch/amd64/include/pmap.h between version 1.24.2.1 and 1.24.2.2

version 1.24.2.1, 2011/06/03 13:27:38 version 1.24.2.2, 2011/08/20 19:22:46
Line 191 
Line 191 
 #define AL4_BASE ((pd_entry_t *)((char *)AL3_BASE + L4_SLOT_PTE * NBPD_L1))  #define AL4_BASE ((pd_entry_t *)((char *)AL3_BASE + L4_SLOT_PTE * NBPD_L1))
   
 #define PDP_PDE         (L4_BASE + PDIR_SLOT_PTE)  #define PDP_PDE         (L4_BASE + PDIR_SLOT_PTE)
 #define APDP_PDE        (L4_BASE + PDIR_SLOT_APTE)  #define APDP_PDE        (&curcpu()->ci_kpm_pdir[PDIR_SLOT_APTE])
   #define APDP_PDE_SHADOW (L4_BASE + PDIR_SLOT_APTE)
   
 #define PDP_BASE        L4_BASE  #define PDP_BASE        L4_BASE
 #define APDP_BASE       AL4_BASE  #define APDP_BASE       AL4_BASE

Legend:
Removed from v.1.24.2.1  
changed lines
  Added in v.1.24.2.2

CVSweb <webmaster@jp.NetBSD.org>