]> git.baikalelectronics.ru Git - kernel.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)
commit5dba16b49740789ea0f4a57f7cede49e99758c5f
treed47ce51b2548c80237e193b99ec159e8ef59470a
parent1cdf3471eb99849ba9eac2469e78b8a7d398cabf
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