Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 04/17/2001 23:14:48
Module Name: syssrc
Committed By: pk
Date: Tue Apr 17 20:14:48 UTC 2001
Modified Files:
syssrc/sys/arch/sparc/sparc: pmap.c
Log Message:
pmap_enter():
* turn ad-hoc `pmap resources allocated during sleep' into a panic condition
(this should all be prevented by higher level VM locking).
* arrange for ENOMEM to be returned if PMAP_CANFAIL is on, and malloc()
and/or pool_get() fail.
To generate a diff of this commit:
cvs rdiff -r1.186 -r1.187 syssrc/sys/arch/sparc/sparc/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.