commit | 5e458cc0f4770eea45d3c07110f01b3a94c72aa5 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Oct 22 10:00:13 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Oct 22 10:00:15 2008 +1100 |
tree | 97966d9ac8f9621073fad39a88ed37765c959a9d | |
parent | 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4 [diff] |
module: simplify load_module. Linus' recent catch of stack overflow in load_module lead me to look at the code. A couple of helpers to get a section address and get objects from a section can help clean things up a little. (And in case you're wondering, the stack size also dropped from 328 to 284 bytes). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>