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)
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>

No differences found