Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 05/05/1999 15:06:16
Module Name:	src
Committed By:	mycroft
Date:		Wed May  5 22:06:16 UTC 1999

Modified Files:
	src/sys/arch/arm32/arm32: fault.c
Log Message:
Enable interrupts *after* reading the fault address and status.  This is
necessary because some interrupt handlers may cause additional faults (e.g.
through R/M emulation) and thereby trash the previous fault state.
From Richard Earnshaw.