[U-Boot] [PATCH] Align linebuf to avoid misaligned aliases of it

Albert ARIBAUD albert.aribaud at free.fr
Wed Aug 18 22:36:39 CEST 2010


Le 18/08/2010 19:54, Mike Frysinger a écrit :
> On Wed, Aug 18, 2010 at 1:46 PM, Albert ARIBAUD wrote:
>> Le 18/08/2010 18:46, Mike Frysinger a écrit :
>>> you need to include linux/compiler.h first ... but i would have
>>> thought this be a header already included globally.  maybe that's a
>>> new topic to start.
>>
>> I don't understand why I should introduce a dependency on linux. What is the
>> benefit?
>
> u-boot already includes the header in the source tree, not to mention
> the fact that this file is already including linux/ctype.h
> -mike

But absolutely no .h or .c file uses __aligned whereas 
__attribute__((__aligned__())) is used in several places, right?

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list