module: reorder struct module to save space on 64 bit builds
authorRichard Kennedy <richard@rsk.demon.co.uk>
Wed, 23 Jul 2008 00:24:26 +0000 (19:24 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 22 Jul 2008 09:24:26 +0000 (19:24 +1000)
commitaf5406895a05720a879dc33e2f4878fa503e81b3
treed9e2fb17c1215272a87fcbd010177bd08d16ccbd
parentdafd0940c96fec67974a88ed8e6b8ba3160394cd
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 <richard@rsk.demon.co.uk>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/module.h