Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/11/1996 19:40:04
jonathan
Sun Aug 11 19:30:26 EDT 1996
Update of /a/cvsroot/src/sys/arch/pica/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv17242

Modified Files:
	pte.h param.h cpu.h 
Log Message:
* Apply LOCORE -> _LOCORE change so locore.S doesn't #include struct
  definitions.

* Include <mips/cpuregs.h> in <cpu.h> so kern_clock.c has user/kernel
  status bits in scope.  Still needs  work; r2k/r4k previous-mode bits
  are different.

* Include <mips/mips_param.h> in pica/include/param.h, for locore declarations,
  and definitions of vm and  other constants that should be shared across
  NetBSD/mips  systems to esnsure user-level binary compatibility.