Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/17/1997 01:40:02
jonathan
Mon Jun 16 18:38:23 PDT 1997
Update of /a/cvsroot/src/sys/arch/mips/mips
In directory netbsd1:/var/slash-tmp/cvs-serv12311

Modified Files:
	pmap.c 
Log Message:
Check for '#ifdef MIPS1', not '#ifndef MIPS3', since we can now have both.

Add runtime check for 'if (CPUISMIPS3)' inside #ifdef MIPS3.
Add runtime check for 'if (!CPUISMIPS3)' inside #ifdef MIPS1.