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: Wed Oct 26 07:35:20 UTC 2022
Modified Files:
src/sys/arch/mips/include: pmap.h
src/sys/arch/mips/mips: pmap_machdep.c
src/sys/arch/powerpc/booke: booke_pmap.c trap.c
src/sys/uvm/pmap: pmap.c pmap.h pmap_segtab.c pmap_tlb.c pmap_tlb.h
Log Message:
MI PMAP hardware page table walker support.
This is based on code given to me by Matt Thomas a long time ago with
many updates and bugs fixes from me.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/mips/include/pmap.h
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/mips/mips/pmap_machdep.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/powerpc/booke/booke_pmap.c
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/powerpc/booke/trap.c
cvs rdiff -u -r1.68 -r1.69 src/sys/uvm/pmap/pmap.c
cvs rdiff -u -r1.21 -r1.22 src/sys/uvm/pmap/pmap.h
cvs rdiff -u -r1.28 -r1.29 src/sys/uvm/pmap/pmap_segtab.c
cvs rdiff -u -r1.53 -r1.54 src/sys/uvm/pmap/pmap_tlb.c
cvs rdiff -u -r1.15 -r1.16 src/sys/uvm/pmap/pmap_tlb.h
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