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: 03/28/1996 08:00:14
jonathan
Thu Mar 28 07:51:09 EST 1996
Update of /a/cvsroot/src/sys/arch/pica/pica
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv847

Modified Files:
	locore.S machdep.c trap.c 
Log Message:
Update Pica machdep.c and locore.S to work with new, "merged" machdep.h:

    * Add a MIPS-I (r3000) exception handler to the Pica locore.S.
      Change the names of the masks used to extract the exception code
      to the new MIPS_xxx names.
    *  Rename the vector code from MachException() to
      mips_r4000_exception, in both locore and in the init_main()
      code that copies it from locore to the exception vector locations.

    * Change the locore and C code to use the new MIPS_SR_INT_IE
      name for the Status register master interrupt-enable bit.

Similar changes to the pmax equivalents are in progress.