]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
module: Use the binary search for symbols resolution
authorAlessio Igor Bogani <abogani@kernel.org>
Wed, 20 Apr 2011 09:10:52 +0000 (11:10 +0200)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 19 May 2011 07:25:27 +0000 (16:55 +0930)
commit403ed27846aa126ecf0b842b5b179c506b9d989c
treed47ce51b2548c80237e193b99ec159e8ef59470a
parent1a94dc35bc5c166d89913dc01a49d27a3c21a455
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>
kernel/module.c