From: Christoph Hellwig Date: Tue, 29 Nov 2011 08:29:38 +0000 (-0500) Subject: target: remove overagressive ____cacheline_aligned annoations X-Git-Tag: v3.3-rc1~7^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a53e70e8d519579d92c150606ece22333645cb;p=pandora-kernel.git target: remove overagressive ____cacheline_aligned annoations If we want dynamically allocated objects to be cacheline aligned we need to tell that to the slab allocator by using the proper flags and not by liberally sprinkling annotations onto all structures. Signed-off-by: Christoph Hellwig Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed