Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/09/2001 15:22:14
Module Name:	syssrc
Committed By:	bjh21
Date:		Sat Jun  9 12:22:13 UTC 2001

Modified Files:
	syssrc/sys/arch/arm26/arm26: pmap.c

Log Message:
Very crude changes to ensure we never call malloc passing M_WAITOK from
pmap_enter.  Instead, we panic if allocation fails.  This is bad, and should
be reworked.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/arm26/arm26/pmap.c

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