Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/29/2005 22:42:19
Module Name:	src
Committed By:	martin
Date:		Sat Jan 29 22:42:19 UTC 2005

Modified Files:
	src/sys/arch/sparc64/sparc64: trap.c

Log Message:
If we get a kernel data access fault without curlwp, we would panic later
in uvmfault with a meaningless messages - instead, panic right away with
a helpfull message. Or course, neither of this should ever happen.


To generate a diff of this commit:
cvs rdiff -r1.117 -r1.118 src/sys/arch/sparc64/sparc64/trap.c

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