Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/23/1999 10:02:03
Module Name:	src
Committed By:	mycroft
Date:		Tue Mar 23 18:02:02 UTC 1999

Modified Files:
	src/sys/arch/arm32/arm32: fault.c
Log Message:
The page and section fault handling paths are essentially identical, so
combine them.  This also fixes a performance issue, in that we always
faulted pages twice in order to write them.