[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.12 and 1.13

version 1.12, 1998/01/01 19:53:00 version 1.13, 1998/01/01 20:05:24
Line 80  typedef struct pmap *pmap_t;
Line 80  typedef struct pmap *pmap_t;
 /*  /*
  * Macros for speed   * Macros for speed
  */   */
 #define PMAP_ACTIVATE(pmap, pcb, iscurproc)                             \  #define PMAP_ACTIVATE(pmap, pcb, loadhw)                                \
 {                                                                       \  {                                                                       \
         (pcb)->pcb_ustp = m68k_btop((vm_offset_t)(pmap)->pm_stpa);      \          (pcb)->pcb_ustp = m68k_btop((vm_offset_t)(pmap)->pm_stpa);      \
         if ((iscurproc))                                                \          if ((loadhw))                                           \
                 loadustp((pcb)->pcb_ustp);                              \                  loadustp((pcb)->pcb_ustp);                              \
         (pmap)->pm_stchanged = FALSE;                                   \          (pmap)->pm_stchanged = FALSE;                                   \
 }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>