diff options
author | marcel <marcel@FreeBSD.org> | 2008-03-06 17:24:28 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-03-06 17:24:28 +0000 |
commit | 92b09d60694767029d174f11c0e834bdb224a417 (patch) | |
tree | 90dabde92ad3f392af17065bacf0e9fc3ae5955c /lib/libc | |
parent | d0e9f0f0d14fc27ca9c72eb21366ae4821ed756a (diff) | |
download | FreeBSD-src-92b09d60694767029d174f11c0e834bdb224a417.zip FreeBSD-src-92b09d60694767029d174f11c0e834bdb224a417.tar.gz |
Move the PCPU_MD_FIELDS last in struct pcpu. While this header is
private to the kernel, some ports define _KERNEL and include this
header. While arguably this is wrong, it's also reality. By having
the MD fields last, architectures that have CPU-specific variations
of PCPU_MD_FIELDS will at least have the MI fields at a constant
offset. Of course, having all MI fields first helps kernel debugging
as well, so this is not a change without some benefits to us.
This change does not result in an ABI breakage, because this header
is not part of the ABI. Recompilation of lsof is required though :-)
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions