summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorValentine Barshak <vbarshak@ru.mvista.com>2007-11-15 01:00:52 +1100
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 13:23:47 -0600
commitc80905637efb4af6e58da91fae89ffcb2cf8f1aa (patch)
treedb6bfac2a50fd7c4a7823b5caf5c010527cc7f0f /Makefile
parent309ae1a363181a6b290b5bdfaee81123431f8644 (diff)
[POWERPC] 4xx: make UIC use generic level irq handler
This patch makes PowerPC 4xx UIC use generic level irq handler instead of a custom handle_uic_irq() function. We ack only edge irqs in mask_ack callback, since acking a level irq on UIC has no effect if the interrupt is still asserted by the device, even if the interrupt is already masked. So, to really de-assert the interrupt we need to de-assert the external source first *and* ack it on UIC then. The handle_level_irq() function masks and ack's the interrupt with mask_ack callback prior to calling the actual ISR and unmasks it at the end. So, to use it with UIC interrupts we need to ack level irqs in the unmask callback instead, after the ISR has de-asserted the external interrupt source. Even if we ack the interrupt that we didn't handle (unmask/ack it at the end of the handler, while next irq is already pending) it will not de-assert the irq, untill we de-assert its exteral source. Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions