From: Mark Charlebois Date: Tue, 20 Nov 2012 20:18:16 +0000 (+0100) Subject: crypto: LLVMLinux: aligned-attribute.patch X-Git-Tag: omap-for-v3.16/fixes-against-rc1~89^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d8ea57284141bbeed01ee3250e23e8553dbca8;p=pandora-kernel.git 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 Signed-off-by: Mark Charlebois Signed-off-by: Behan Webster --- Reading git-diff-tree failed