Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 11/26/1999 15:04:34
Module Name:	syssrc
Committed By:	mycroft
Date:		Fri Nov 26 23:04:34 UTC 1999

Modified Files:
	syssrc/sys/arch/alpha/alpha: pmap.c

Log Message:
Fix bugs in pmap_protect() that were responsible for the `ld.elf_so lossage'.
* We could overrun the eva by as much as L1SEG_SIZE-PAGE_SIZE.
* sva was advanced *twice* for each valid l3 or l2 page, causing it to get out
  of sync with the PTE pointers.


To generate a diff of this commit:
cvs rdiff -r1.115 -r1.116 syssrc/sys/arch/alpha/alpha/pmap.c

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