Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ typedef struct {
    u16 __padding;
#endif
    u64 low;
} floatx80;
}  __attribute__ ((packed,aligned(4))) floatx80;

/*
-------------------------------------------------------------------------------