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

version 1.26, 2001/05/26 21:27:05 version 1.26.2.2, 2002/10/10 18:32:05
Line 153  struct pmap kernel_pmap_store;
Line 153  struct pmap kernel_pmap_store;
 #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)  #define pmap_wired_count(pmap)          ((pmap)->pm_stats.wired_count)
   
 #define pmap_update()                   /* nothing (yet) */  #define pmap_update(pmap)               /* nothing (yet) */
   
   static __inline void
   pmap_remove_all(struct pmap *pmap)
   {
           /* Nothing. */
   }
   
 #define active_user_pmap(pm) \  #define active_user_pmap(pm) \
         (curproc && \          (curproc && \

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.2.2

CVSweb <webmaster@jp.NetBSD.org>