Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/26/1998 12:52:45
Module Name:	src
Committed By:	thorpej
Date:		Thu Nov 26 20:52:45 UTC 1998

Modified Files:
	src/sys/arch/mips/mips: locore.S
Log Message:
Oops, in some delay slot confusion, I ended up clobbering s0 before it
restored pcb_onfault.  Make it the way I wrote it originally, which was
correct.  Pointed out by Michael Hitch and Charles Hannum.