]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the defAlignLong and getAlignLong macros. I guess that the original
authorscottl <scottl@FreeBSD.org>
Sun, 2 May 2004 03:33:18 +0000 (03:33 +0000)
committerscottl <scottl@FreeBSD.org>
Sun, 2 May 2004 03:33:18 +0000 (03:33 +0000)
commiteac7eb3288dcf010dea8a301a5a5650b1d720bf8
treeef194a22bf31a7cda8f8116282d2c97d5a737037
parent8caabe19ec31e101a51c2ad7b493359d5d2f731c
Remove the defAlignLong and getAlignLong macros.  I guess that the original
intent was to make sure that message structs allocated off of the stack were
4-byte aligned.  However, the macros as defined did absolutely nothing.
And since I2O forces you to manually copy messages down to the hardware, there
really is no point of enforced alignment anyways.
sys/dev/asr/asr.c