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.