]> git.baikalelectronics.ru Git - kernel.git/commit
module: reduce module image and resident size
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 13 Mar 2008 09:02:17 +0000 (09:02 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 1 May 2008 11:14:59 +0000 (21:14 +1000)
commit40ae8ce4dbabeeb7926949e6f082901a5850cfbb
tree717ad87d4c38dd6bed15ba4dfdfaea8f33411367
parent9189b7456f76163c7270098272189bce2dfb4d2e
module: reduce module image and resident size

Resulting reduction (x86-64, gcc 4.1.2) with my (special purpose, i.e.
much reduced) configurations:
- 16k kernel resident size
- 180k module resident size
- 10k module image size

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/module.h
kernel/module.c