Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/08/2000 15:59:37
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon May  8 22:59:36 UTC 2000

Modified Files:
	syssrc/sys/uvm: uvm_map_i.h

Log Message:
uvm_map_setup(): We almost ever set up an interrupt-safe map, but we
set up quite a few regular ones (at every fork!), so put interrupt-
safe map setup in the slow path with a __predict_false().

uvm_map_reference(): __predict_false() the check for NULL map.
uvm_map_deallocate(): Likewise.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/uvm/uvm_map_i.h

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