Subject: CVS commit: syssrc/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/12/2002 23:17:37
Module Name: syssrc
Committed By: bjh21
Date: Mon Aug 12 20:17:37 UTC 2002
Modified Files:
syssrc/sys/arch/arm/arm32: fault.c
Log Message:
When pcb_onfault is set, pass the error code we get from uvm_fault()
(or EFAULT if we never called uvm_fault) to the onfault handler in R0,
in case it wants to use it.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/arm/arm32/fault.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.