Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/01/1999 12:18:27
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Nov  1 20:18:27 UTC 1999

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

Log Message:
- Fix a case where we weren't acquiring the pv_head lock when modifying
  the page attributes in pmap_enter().
- It's no longer necessary (and hasn't been for a while in this pmap) to
  go to splimp() to use the physical->virtual table, so remove all such
  uses.


To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 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.