Subject: CVS commit: syssrc/sys/arch/arm/arm
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/12/2002 23:34:47
Module Name:	syssrc
Committed By:	bjh21
Date:		Mon Aug 12 20:34:47 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/arm: bcopyinout.S copystr.S

Log Message:
When copyin/out or copyin/outstr catches a pagefault, have it return the
correct error code (provided by the fault handler in R0) rather than always
returning EFAULT.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/arm/bcopyinout.S \
    syssrc/sys/arch/arm/arm/copystr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.