Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   leo
Date:           Thu Jun 17 07:59:16 UTC 1999

Modified Files:
        syssrc/sys/arch/atari/atari: pmap.c

Log Message:
Comply with the changes Jason suggested yesterday. A copy of his log message:
  Don't (ab)use uvm_map_pageable() to allocate PT pages.  Instead, do
  some internal reference counting on PT pages.  We still allocate them
  with the page fault routine (a wire-fault, now), but no longer free
  PT pages from pmap_pageable().


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/arch/atari/atari/pmap.c

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




Home | Main Index | Thread Index | Old Index