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 07:50:11
jonathan
Thu Mar 28 07:40:51 EST 1996
Update of /a/cvsroot/src/sys/arch/pica/pica
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv801

Modified Files:
	trap.c pica_trap.c 
Log Message:
Split Per Fogelstrom's Pica trap handler into two parts:
	arch/pica/pica/trap.c, a generic mips trap handler
	arch/pica/pica/pica_trap.c, a  handler for Pica interrupts.

so that the common pmax and pica  trap handling can eventually be
merged and moved to arch/mips/mips/trap.c