[BACK]Return to pmap.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / sparc64 / sparc64

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/sparc64/sparc64/pmap.c between version 1.103 and 1.104

version 1.103, 2001/07/12 23:13:15 version 1.104, 2001/07/24 16:50:41
Line 207  typedef struct pv_entry {
Line 207  typedef struct pv_entry {
  * vm_page, but that's a long story....)   * vm_page, but that's a long story....)
  *   *
  * This architecture has nice, fast traps with lots of space for software bits   * This architecture has nice, fast traps with lots of space for software bits
  * in the TTE.  To accellerate ref/mod counts we make use of these features.   * in the TTE.  To accelerate ref/mod counts we make use of these features.
  *   *
  * When we map a page initially, we place a TTE in the page table.  It's   * When we map a page initially, we place a TTE in the page table.  It's
  * inserted with the TLB_W and TLB_ACCESS bits cleared.  If a page is really   * inserted with the TLB_W and TLB_ACCESS bits cleared.  If a page is really

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

CVSweb <webmaster@jp.NetBSD.org>