NetBSD/sys/arch/powerpc/ibm4xx
simonb 15a42388c0 In pmap_enter(), sync the instruction cache if VM_PROT_EXECUTE. Fixes
problems when executing programs where text is copied to a page without
a dma sync (like NFS data bcopy'd to a buffer cache page).

From discussion with Jason Thorpe and Eduardo Horvath.
2001-11-06 04:49:49 +00:00
..
dev Don't return at the end of a void function. 2001-10-29 02:00:01 +00:00
4xx_trap_subr.S
copyinstr.c
copyoutstr.c
pmap.c In pmap_enter(), sync the instruction cache if VM_PROT_EXECUTE. Fixes 2001-11-06 04:49:49 +00:00
trap.c bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
trap_subr.S