diff options
author | Mark Charlebois <charlebm@gmail.com> | 2012-11-20 21:18:16 +0100 |
---|---|---|
committer | Behan Webster <behanw@converseincode.com> | 2014-06-07 11:44:39 -0700 |
commit | 66d8ea57284141bbeed01ee3250e23e8553dbca8 (patch) | |
tree | 38f979619d22b01477328b90799acbccb211ee01 /drivers/fmc | |
parent | d4c54919ed86302094c0ca7d48a8cbd4ee753e92 (diff) | |
download | op-kernel-dev-66d8ea57284141bbeed01ee3250e23e8553dbca8.zip op-kernel-dev-66d8ea57284141bbeed01ee3250e23e8553dbca8.tar.gz |
crypto: LLVMLinux: aligned-attribute.patch
__attribute__((aligned)) applies the default alignment for the largest scalar
type for the target ABI. gcc allows it to be applied inline to a defined type.
Clang only allows it to be applied to a type definition (PR11071).
Making it into 2 lines makes it more readable and works with both compilers.
Author: Mark Charlebois <charlebm@gmail.com>
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
Signed-off-by: Behan Webster <behanw@converseincode.com>
Diffstat (limited to 'drivers/fmc')
0 files changed, 0 insertions, 0 deletions