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:   thorpej
Date:           Tue Jun 15 22:18:10 UTC 1999

Modified Files:

        syssrc/sys/arch/hp300/hp300: pmap.c
        syssrc/sys/arch/mac68k/mac68k: pmap.c
        syssrc/sys/arch/mvme68k/mvme68k: pmap.c
        syssrc/sys/arch/next68k/next68k: pmap.c
        syssrc/sys/arch/x68k/x68k: pmap.c

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.74 -r1.75 syssrc/sys/arch/hp300/hp300/pmap.c
cvs rdiff -r1.57 -r1.58 syssrc/sys/arch/mac68k/mac68k/pmap.c
cvs rdiff -r1.33 -r1.34 syssrc/sys/arch/mvme68k/mvme68k/pmap.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/next68k/next68k/pmap.c
cvs rdiff -r1.37 -r1.38 syssrc/sys/arch/x68k/x68k/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