Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/29/2000 17:32:47
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Mar  1 01:32:47 UTC 2000

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

Log Message:
PMAP_ISACTIVE() now takes the cpu_id.  This serves two purposes:
- Everywhere it was used, the cpu_id was already computed, so this
  saves computing it again.
- This will be needed for lazy istream sync.


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