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:           Mon Jun 15 15:18:04 UTC 2026

Modified Files:
        src/sys/arch/aarch64/include: pmap_machdep.h types.h
        src/sys/arch/mips/include: types.h
        src/sys/arch/powerpc/include: types.h
        src/sys/arch/riscv/include: types.h

Log Message:
mi pmap: remove __HAVE_UNLOCKED_PMAP now the locking is fixed.

The MI PMAP now allows the ability to process concurrent page faults on
individual uvm_objects / vm_amaps in parallel, where the relevant pages
are already in-core. As enabled in

https://mail-index.netbsd.org/source-changes/2020/03/22/msg115362.html


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/aarch64/include/pmap_machdep.h
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/aarch64/include/types.h
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/mips/include/types.h
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/powerpc/include/types.h
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/riscv/include/types.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