From: Richard Kennedy Date: Thu, 19 May 2011 22:55:25 +0000 (-0600) Subject: module: remove 64 bit alignment padding from struct module with CONFIG_TRACE* X-Git-Tag: v3.0-rc1~419^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a288bd651f4180c224cfddf837a0416157a36661;p=pandora-kernel.git module: remove 64 bit alignment padding from struct module with CONFIG_TRACE* Reorder struct module to remove 24 bytes of alignment padding on 64 bit builds when the CONFIG_TRACE options are selected. This allows the structure to fit into one fewer cache lines, and its size drops from 592 to 568 on x86_64. Signed-off-by: Richard Kennedy Signed-off-by: Rusty Russell --- Reading git-diff-tree failed