Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/13/1996 08:20:03
jonathan
Sun Oct 13 01:15:43 PDT 1996
Update of /cvsroot/src/sys/arch/pica/pica
In directory netbsd1:/var/slash-tmp/cvs-serv15418

Modified Files:
	trap.c 
Log Message:
Commit (very old) partly-merged ARC Pica mips3 trap handler code:
    * fold in netBSD style changes: 
      ``if (foo = bar)'' -> ``if ((foo = bar) != 0)''
    * add mips1 vector as well as mips3 vector
    * change vector names to make mips1 and mips3 locore entrpoints distinct
    * add pmax additions (e.g., old fixes to ktrace code, kernel-TLB_miss
      instrumentation)
   * update stack traceback code to a newer version of the pmax code.