commit | af5406895a05720a879dc33e2f4878fa503e81b3 | [log] [tgz] |
---|---|---|
author | Richard Kennedy <richard@rsk.demon.co.uk> | Tue Jul 22 19:24:26 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jul 22 19:24:26 2008 +1000 |
tree | d9e2fb17c1215272a87fcbd010177bd08d16ccbd | |
parent | dafd0940c96fec67974a88ed8e6b8ba3160394cd [diff] |
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>