Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index