]> git.neil.brown.name Git - history.git/commit
PPC32: interrupt fixes along the lines of Ingo's changes to x86.
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 6 Aug 2002 06:22:08 +0000 (16:22 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 6 Aug 2002 06:22:08 +0000 (16:22 +1000)
commit8712e9ef2c40d5d045eee71844e125baa637bf2d
tree30111b6f8bcbad88234194b8d911ca28ef58e9bc
parente5aaf60c139452d83c86842d6be8e84d4d9a85ba
PPC32: interrupt fixes along the lines of Ingo's changes to x86.

We don't unmask the interrupt at the end of handling it if there
is no action (i.e. someone has done free_irq).  Add some likely
and unlikely hints and fix synchronize_irq.
arch/ppc/kernel/i8259.c
arch/ppc/kernel/irq.c
arch/ppc/kernel/open_pic.c
arch/ppc/kernel/ppc4xx_pic.c
arch/ppc/kernel/ppc8260_pic.c
arch/ppc/kernel/ppc8xx_pic.c
arch/ppc/platforms/pmac_pic.c