Commit a9da396a authored by Koen Kooi's avatar Koen Kooi Committed by Russell King

[ARM] 3729/3: EABI padding rules necessitate the packed attribute of floatx80

Patch from Koen Kooi

EABI padding rules necessitate the packed attribute of floatx80,
otherwise nwfpe complains about invalid structure sizes.
Signed-off-by: default avatarKoen Kooi <koen@dominion.kabel.utwente.nl>
Signed-off-by: default avatarLennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: default avatarNicolas Pitre <nico@cam.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 2704f0e6
...@@ -61,7 +61,7 @@ typedef struct { ...@@ -61,7 +61,7 @@ typedef struct {
u16 __padding; u16 __padding;
#endif #endif
u64 low; u64 low;
} floatx80; } __attribute__ ((packed,aligned(4))) floatx80;
/* /*
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment