From: Richard Kennedy Date: Wed, 23 Jul 2008 00:24:26 +0000 (-0500) Subject: module: reorder struct module to save space on 64 bit builds X-Git-Tag: v2.6.27-rc1~864^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5406895a05720a879dc33e2f4878fa503e81b3;p=pandora-kernel.git module: reorder struct module to save space on 64 bit builds reorder struct module to save space on 64 bit builds. saves 1 cacheline_size (128 on default x86_64 & 64 on AMD Opteron/athlon) when CONFIG_MODULE_UNLOAD=y. Signed-off-by: Richard Kennedy Signed-off-by: Rusty Russell --- Reading git-diff-tree failed