Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 12/05/1999 09:12:44
Module Name:	syssrc
Committed By:	tron
Date:		Sun Dec  5 17:12:44 UTC 1999

Modified Files:
	syssrc/sys/kern: kern_allocsys.c

Log Message:
Revert order of formula to calculate the number of buffer pages if the
BUFCACHE option is defined. With the new formular a few pages less will
be used (22 on a system with 256MB) but we avoid a possible integer
overflow.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/kern/kern_allocsys.c

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