Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/14/2000 01:30:19
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Aug 13 22:30:19 UTC 2000

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

Log Message:
More MP cleanup:
- Make sure to do an MB after a PTE is set to a new value, so that
  other processors see it.
- Use lazy I-sync in two pmap_page_protect() and in pmap_changebit(),
  so that it is MP-safe.  XXX Two more places where IMB is used in
  the raw, but they're not in the common path.

There'll be some more lazy I-sync cleanups soon.


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