Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ad
Date: Wed Feb 6 21:51:37 UTC 2008
Modified Files:
src/sys/kern: kern_descrip.c
src/sys/sys: file.h
Log Message:
- Shrink 'struct file' to 60 bytes on 32-bit platforms.
- Align 'struct file' and 'struct filedesc' to CACHE_LINE_SIZE.
To generate a diff of this commit:
cvs rdiff -r1.171 -r1.172 src/sys/kern/kern_descrip.c
cvs rdiff -r1.62 -r1.63 src/sys/sys/file.h
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