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: Sat Oct 2 14:28:05 UTC 2021
Modified Files:
src/sys/arch/arm/arm32: arm32_tlb.c
src/sys/arch/mips/mips: mips_fixup.c pmap_machdep.c
src/sys/arch/powerpc/booke: booke_pmap.c booke_stubs.c
src/sys/arch/riscv/riscv: pmap_machdep.c
src/sys/uvm/pmap: pmap_tlb.c tlb.h
Log Message:
Pass the pmap in tlb_set_asid for the benefit of aarch64.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/arm32/arm32_tlb.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mips/mips/mips_fixup.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/mips/mips/pmap_machdep.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/powerpc/booke/booke_pmap.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/powerpc/booke/booke_stubs.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/riscv/riscv/pmap_machdep.c
cvs rdiff -u -r1.45 -r1.46 src/sys/uvm/pmap/pmap_tlb.c
cvs rdiff -u -r1.4 -r1.5 src/sys/uvm/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