Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Mark Brinicombe <mark@netbsd.org>
List: source-changes
Date: 04/05/1999 23:35:04
Module Name:	src
Committed By:	mark
Date:		Tue Apr  6 06:35:04 UTC 1999

Modified Files:
	src/sys/arch/arm32/arm32: fault.c
Log Message:
When handling a page fault, panic if the map is NULL so that we don't
dereference it when doing handled or modified emulation. This can happen
if fault are taken during early parts of the bootstrap, resulting in
recursive faulting.