Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 05/31/1999 13:49:01
Module Name: syssrc
Committed By: ross
Date: Mon May 31 20:49:01 UTC 1999
Modified Files:
syssrc/sys/arch/alpha/alpha: pmap.c
Log Message:
In PMAP_ISACTIVE(), check curproc->p_vmspace before using it; this macro
is called early in startup, long before p_vmspace is set to &vmspace0.
To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 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.