Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 11/14/2003 21:22:08
Module Name:	src
Committed By:	briggs
Date:		Fri Nov 14 21:22:08 UTC 2003

Modified Files:
	src/sys/arch/arm/arm32: fault.c

Log Message:
Make sure that L_SA_PAGEFAULT gets cleared from l_flag if pmap_fault_fixup
returns non-zero and we want to shortcut out.  This avoids a bogus pagefault
condition being detected in sa_switch().
Many thanks to Christian Limpach for finding this, obviating my band-aid
patch to kern_sa.c (posted on tech-kern).


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/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.