Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 06/10/2005 22:00:52
Module Name:	src
Committed By:	dsl
Date:		Fri Jun 10 22:00:52 UTC 2005

Modified Files:
	src/sys/uvm: uvm_map.c

Log Message:
If we are builging a small kernel [1], don't inline all these functions.
Saves over 2k and lets i386 rescue_tiny build again.
[1] if MALLOC_NOINLINE is defined - not ideal but...


To generate a diff of this commit:
cvs rdiff -r1.200 -r1.201 src/sys/uvm/uvm_map.c

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