Don't call a NULL ack function in the generic IRQ code.
authorPaul Mackerras <paulus@samba.org>
Wed, 28 Sep 2005 10:29:44 +0000 (20:29 +1000)
committerPaul 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