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: Wed Aug 14 14:25:16 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/mpc6xx: pmap.c
syssrc/sys/arch/powerpc/powerpc: pmap_subr.c
Log Message:
Re-enable PTE_EXEC. PTE_EXEC is now also cleared in pmap_zero_page,
pmap_copy_page, and pmap_clear_modify (pmap_clear_bit). Remove #ifdef
MULTIPROCESSOR since the cache instructions operate on all caches on
all processors.
To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 syssrc/sys/arch/powerpc/mpc6xx/pmap.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/powerpc/powerpc/pmap_subr.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