Date: Sat, 1 May 2004 20:33:18 -0700 (PDT) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c Message-ID: <200405020333.i423XI41012053@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2004/05/01 20:33:18 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: 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. Revision Changes Path 1.56 +91 -103 src/sys/dev/asr/asr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405020333.i423XI41012053>