Source-Changes archive

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

CVS commit: syssrc/sys/arch/powerpc



Module Name:    syssrc
Committed By:   matt
Date:           Thu Jul 25 23:33:05 UTC 2002

Modified Files:
        syssrc/sys/arch/powerpc/include/mpc6xx: pte.h
        syssrc/sys/arch/powerpc/mpc6xx: pmap.c

Log Message:
Set normal memory PTEs with PTE_M (memory coherent).  Change how we
remember the "exec"ness of a page.  If a managed page is pmap_enter'ed
with VM_PROT_EXECUTE, remember that it's an "exec"page.  Such that when
additional mapping are performed, no synch'ing of the I-cache is needed.
Revoke "exec"ness when the page is mapped into the kernel with VM_PROT_WRITE
or the pmap_page_protect is called with VM_PROT_NONE.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/powerpc/include/mpc6xx/pte.h
cvs rdiff -r1.50 -r1.51 syssrc/sys/arch/powerpc/mpc6xx/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