Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/28/2003 01:48:30
Module Name:	src
Committed By:	matt
Date:		Thu Feb 27 23:48:30 UTC 2003

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

Log Message:
Note only trunc_page the psection vaddr, but truncate it accordoring to its
psection alignment.  XXX If the psection alignment is greater than the page
alignment, extra pages may be mapped that will never be needed.  This is
inefficient and wasteful of swap space and needs to be fixed.


To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 src/sys/kern/exec_elf32.c

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