[BACK]Return to pmap.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / powerpc / 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/powerpc/include/pmap.h between version 1.23.2.3 and 1.24

version 1.23.2.3, 2002/10/10 18:35:20 version 1.24, 2001/09/10 21:19:37
Line 70  extern struct pmap kernel_pmap_;
Line 70  extern struct pmap kernel_pmap_;
 #define pmap_unwire(pm, va)  #define pmap_unwire(pm, va)
 #define pmap_update(pmap)               /* nothing (yet) */  #define pmap_update(pmap)               /* nothing (yet) */
   
 static __inline void  
 pmap_remove_all(struct pmap *pmap)  
 {  
         /* Nothing. */  
 }  
   
 #define pmap_phys_address(x)            (x)  #define pmap_phys_address(x)            (x)
   
 #define pmap_resident_count(pmap)       ((pmap)->pm_stats.resident_count)  #define pmap_resident_count(pmap)       ((pmap)->pm_stats.resident_count)
 #define pmap_wired_count(pmap)          ((pmap)->pm_stats.wired_count)  
   
 void pmap_bootstrap __P((u_int kernelstart, u_int kernelend));  void pmap_bootstrap __P((u_int kernelstart, u_int kernelend));
 boolean_t pmap_extract __P((struct pmap *, vaddr_t, paddr_t *));  boolean_t pmap_extract __P((struct pmap *, vaddr_t, paddr_t *));

Legend:
Removed from v.1.23.2.3  
changed lines
  Added in v.1.24

CVSweb <webmaster@jp.NetBSD.org>