git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811d66a
)
module: cleanup comments, remove noinline
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 5 Aug 2010 18:59:13 +0000
(12:59 -0600)
committer
Rusty 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