commit | 403ed27846aa126ecf0b842b5b179c506b9d989c | [log] [tgz] |
---|---|---|
author | Alessio Igor Bogani <abogani@kernel.org> | Wed Apr 20 11:10:52 2011 +0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu May 19 16:55:27 2011 +0930 |
tree | d47ce51b2548c80237e193b99ec159e8ef59470a | |
parent | 1a94dc35bc5c166d89913dc01a49d27a3c21a455 [diff] |
module: Use the binary search for symbols resolution Takes advantage of the order and locates symbols using binary search. This work was supported by a hardware donation from the CE Linux Forum. Signed-off-by: Alessio Igor Bogani <abogani@kernel.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Tested-by: Dirk Behme <dirk.behme@googlemail.com>