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: ad
Date: Sun Mar 22 17:33:59 UTC 2020
Modified Files:
src/sys/arch/hppa/include: 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:
Temporarily mark hppa, mips, powerpc and riscv with __HAVE_UNLOCKED_PMAP,
for the benefit of UVM.
These need some pmap changes to support concurrent faults on the same
object. I have changes to do just that, but they're a work in progress.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/hppa/include/types.h
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/mips/include/types.h
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/powerpc/include/types.h
cvs rdiff -u -r1.8 -r1.9 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