Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 02/18/1999 10:13:50
Module Name:	src
Committed By:	mycroft
Date:		Thu Feb 18 18:13:50 UTC 1999

Modified Files:
	src/sys/kern: subr_extent.c
Log Message:
Speed up the calculation of dontcross; use EXTENT_ALIGN to calculate it
directly rather than using a loop.  Also adjust so that we can allocate at
the end of the integer range.