diff options
author | Richard Kennedy <richard@rsk.demon.co.uk> | 2011-05-19 16:55:25 -0600 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2011-05-19 16:55:25 +0930 |
commit | a288bd651f4180c224cfddf837a0416157a36661 (patch) | |
tree | 7f966b8a0e31b8b6f2e64198c0429da57949df4a /kernel/module.c | |
parent | 9b73a5840c7d5f77e5766626716df13787cb258c (diff) | |
download | lwn-a288bd651f4180c224cfddf837a0416157a36661.tar.gz lwn-a288bd651f4180c224cfddf837a0416157a36661.zip |
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 <richard@rsk.demon.co.uk>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'kernel/module.c')
0 files changed, 0 insertions, 0 deletions