[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] [PATCH] Remove __attribute__ ((packed) from EHCI structs



Alan, this one is pending.



2014-05-02 12:57 GMT+02:00 David Gálvez <dgalvez75@gmail.com>:
> Alan, one more. Thanks.
>
> Commit message:
>
> Remove __attribute__ ((packed) from ehci_hcor and ehci_hccr structs to
> avoid slow generated code by gcc when compiled with -m68000 as pointed
> by Vincent. Both structs don't change size when (packed) is removed.