Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 01/26/2004 10:45:24
Module Name:	src
Committed By:	scw
Date:		Mon Jan 26 10:45:24 UTC 2004

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

Log Message:
Make it possible to call badaddr_read() from interrupt context, even
if curpcb is NULL, by borrowing lwp0's pcb if necessary (needed to
be able to set pcb_onfault).

Problem reported by Allen Briggs.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 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.