Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/28/2005 01:07:56
Module Name: src
Committed By: thorpej
Date: Tue Jun 28 01:07:56 UTC 2005
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
Clean up the use of __inline in this file. In particular, don't inline
really big chunks of code. This saves almost 2.5K on a GENERIC i386
kernel, and has the added benefit of not polluting the I$ so much.
To generate a diff of this commit:
cvs rdiff -r1.202 -r1.203 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.