Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   skrll
Date:           Fri Aug  7 07:19:45 UTC 2020

Modified Files:
        src/sys/arch/m68k/include: pmap_coldfire.h
        src/sys/arch/mips/include: pmap.h
        src/sys/arch/powerpc/include/booke: pmap.h
        src/sys/arch/riscv/include: pmap.h
        src/sys/uvm/pmap: pmap.c pmap.h pmap_segtab.c

Log Message:
Provide a pmap_segtab_deactivate for symmetry with pmap_segtab_activate
and use it in pmap_deactivate

Call pmap_md_xtab_{,de}activate from pmap_segtab_{,de}activate to be used
for PMAP_HWPAGEWALKER and any caches ops that might be required.

Provide empty (for now) pmap_md_xtab_{,de}activate functions on the
platforms that use sys/uvm/pmap


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/m68k/include/pmap_coldfire.h
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/mips/include/pmap.h
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/powerpc/include/booke/pmap.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/include/pmap.h
cvs rdiff -u -r1.50 -r1.51 src/sys/uvm/pmap/pmap.c
cvs rdiff -u -r1.15 -r1.16 src/sys/uvm/pmap/pmap.h
cvs rdiff -u -r1.14 -r1.15 src/sys/uvm/pmap/pmap_segtab.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