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/10/2002 09:59:54
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Mar 10 07:59:53 UTC 2002

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

Log Message:
Make sure proc structures are aligned to 16 byte boundaries.  This
ensures that the lower 4 bits of a proc's address are zero.  Forthcoming
new locking primitives rely on this.


To generate a diff of this commit:
cvs rdiff -r1.199 -r1.199.2.1 syssrc/sys/kern/init_main.c
cvs rdiff -r1.46 -r1.46.2.1 syssrc/sys/kern/kern_proc.c

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