Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: skrll
Date: Thu Jul 22 04:46:29 UTC 2021
Modified Files:
src/sys/sys: param.h
Log Message:
Minor shuffle to bring <machine/param.h> and <machine/limits.h> in before
any <sys/*.h> headers and for the COHERENCY_UNIT and CACHE_LINE_SIZE
defaults to be provided after the <machine/*.h> includes, but before the
<sys/*.h> includes.
COHERENCY_UNIT and CACHE_LINE_SIZE are used by a few <sys/*.h> filss.
I checked a handful of kernel builds produce the same binary before and
after this change. I'll check more.
To generate a diff of this commit:
cvs rdiff -u -r1.699 -r1.700 src/sys/sys/param.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