]> bbs.cooldavid.org Git - net-next-2.6.git/commit
module: cleanup comments, remove noinline
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 5 Aug 2010 18:59:13 +0000 (12:59 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 5 Aug 2010 03:29:13 +0000 (12:59 +0930)
commit51f3d0f474aaebbc253100fa32a49c8256812330
tree7aad934d5c50231568e39be992d733304e0ecfcd
parent811d66a0e1e99902d365497eec7884113a2665bd
module: cleanup comments, remove noinline

On my (32-bit x86) machine, sys_init_module() uses 124 bytes of stack
once load_module() is inlined.

This effectively reverts ffb4ba76 which inlined it due to stack
pressure.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c