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: nonaka
Date: Mon Jan 26 04:47:53 UTC 2015
Modified Files:
src/sys/arch/powerpc/booke: booke_pmap.c genassym.cf trap_subr.S
src/sys/arch/powerpc/include/booke: pmap.h
src/sys/uvm/pmap: pmap.c
Log Message:
Avoid race condition between PTE update and TLB miss walk.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/powerpc/booke/booke_pmap.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/powerpc/booke/genassym.cf
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/powerpc/booke/trap_subr.S
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/powerpc/include/booke/pmap.h
cvs rdiff -u -r1.9 -r1.10 src/sys/uvm/pmap/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