[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.33 and 1.34

version 1.33, 2005/12/24 20:06:58 version 1.34, 2006/02/16 20:17:13
Line 188  struct pmap kernel_pmap_store;
Line 188  struct pmap kernel_pmap_store;
   
 #define pmap_update(pmap)               /* nothing (yet) */  #define pmap_update(pmap)               /* nothing (yet) */
   
 static inline void  static __inline void
 pmap_remove_all(struct pmap *pmap)  pmap_remove_all(struct pmap *pmap)
 {  {
         /* Nothing. */          /* Nothing. */

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>