[BACK]Return to pte.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / 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/i386/include/pte.h between version 1.4.4.2 and 1.5

version 1.4.4.2, 1994/10/11 10:03:53 version 1.5, 1994/08/15 14:49:16
Line 93  typedef int pt_entry_t;  /* Mach page ta
Line 93  typedef int pt_entry_t;  /* Mach page ta
 #define PGEX_W          0x02    /* during a Write cycle */  #define PGEX_W          0x02    /* during a Write cycle */
 #define PGEX_U          0x04    /* access from User mode (UPL) */  #define PGEX_U          0x04    /* access from User mode (UPL) */
   
   /*
    * Pte related macros
    */
   #define dirty(pte)      (*(pte) & PG_M)
   
 #ifndef LOCORE  #ifndef LOCORE
 #ifdef KERNEL  #ifdef KERNEL
 /* utilities defined in pmap.c */  /* utilities defined in pmap.c */

Legend:
Removed from v.1.4.4.2  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>