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:
01526ed
)
module: each_symbol_section instead of each_symbol
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 19 Apr 2011 19:49:58 +0000
(21:49 +0200)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 19 May 2011 07:25:26 +0000
(16:55 +0930)
Instead of having a callback function for each symbol in the kernel,
have a callback for each array of symbols.
This eases the logic when we move to sorted symbols and binary search.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Alessio Igor Bogani <abogani@kernel.org>
No differences found