]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Wrap code optimized for architectures without alignment constraints
authorMarius Strobl <marius@FreeBSD.org>
Sun, 29 Oct 2006 20:19:41 +0000 (20:19 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Sun, 29 Oct 2006 20:19:41 +0000 (20:19 +0000)
commitc9c9e0f2da51600e0c8584aa6d4146bbef25e2c8
tree163cf2eafcbffaf1c71f5ef938a3da00de579db5
parentf68af8c991b3727930ae0b86ede05fb1ed8a2df3
Wrap code optimized for architectures without alignment constraints
in #ifdef __NO_STRICT_ALIGNMENT rather than #if defined(__i386__) ||
defined(__amd64__). Currently this change is cosmetic only though.
While at it, fix a nearby style(9) bug and remove a no longer used
header.
sys/pci/if_sis.c