Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   skrll
Date:           Tue Sep  8 06:53:30 UTC 2026

Modified Files:
        src/sys/arch/mips/mips: cpu_subr.c mips_fixup.c trap.c
        src/sys/arch/mips/rmi: rmixl_cpu.c
        src/sys/arch/powerpc/booke: booke_machdep.c booke_pmap.c

Log Message:
Use cpu_tlb_info instead of directly referencing ci_tlb_info. This way
the PMAP_TLB_MAX == 1 optimisation can work.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/mips/mips/cpu_subr.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/mips/mips/mips_fixup.c
cvs rdiff -u -r1.266 -r1.267 src/sys/arch/mips/mips/trap.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mips/rmi/rmixl_cpu.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/powerpc/booke/booke_machdep.c
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/powerpc/booke/booke_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