Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [newlock] syssrc/sys/kern



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.




Home | Main Index | Thread Index | Old Index