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:
3037764
)
sh: intc: optimize intc IRQ lookup
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 Jan 2012 08:41:55 +0000
(17:41 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 24 Jan 2012 08:41:55 +0000
(17:41 +0900)
This ensures that the sense/prio lists are sorted at registration time,
enabling us to use a simple binary search for an optimized lookup
(something that had been on the TODO for some time).
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found