cvs commit: src/sys/dev/asr asr.c

Scott Long scottl at FreeBSD.org
Sat May 1 20:33:19 PDT 2004


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


More information about the cvs-all mailing list