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:
20c8c21
)
Don't call a NULL ack function in the generic IRQ code.
author
Paul Mackerras
<paulus@samba.org>
Wed, 28 Sep 2005 10:29:44 +0000
(20:29 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 28 Sep 2005 10:29:44 +0000
(20:29 +1000)
Some IRQ controllers don't need an ack function (e.g. OpenPIC on
PPC platforms) and for them we'd rather not have the overhead
of doing an indirect call to a function that does nothing.
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found