Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 01/12/2003 07:24:18
Module Name:	src
Committed By:	matt
Date:		Sun Jan 12 05:24:18 UTC 2003

Modified Files:
	src/sys/kern: exec_subr.c

Log Message:
In vmcmd_readvn, if the page is mapped executable and PMAP_NEED_PROCWR
is defined, call pmap_procwr to synchronize the icache.  This fixes the
problem of dynamic programs crashing on powerpc systems.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/kern/exec_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.