Subject: CVS commit: [newlock] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/12/2002 09:53:27
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Mar 12 07:53:26 UTC 2002

Modified Files:
	syssrc/sys/kern [newlock]: subr_pool.c

Log Message:
Sprinkle some assertions around that ensures that the returned
object is aligned as requested.

Bug fix: in pool_prime_page(), make sure to account for alignment when
advancing the pointer through the page.


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.74.2.1 syssrc/sys/kern/subr_pool.c

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