Subject: trap.c rework and cpu_intr()
To: None <port-mips@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-mips
Date: 04/11/2000 11:57:43
Every portmaintainer of various NetBSD/mips ports are asked to have
its own interrupt handler cpu_intr() to be called by exception
handlers as I proposed last month.  NetBSD/pmax has been changed
to reflect modification of MIPS common part.

Tohru Nishimura