[PATCH] ppc64 iSeries: fix for generic irq changes

Stephen Rothwell sfr at canb.auug.org.au
Thu Oct 28 18:23:58 EST 2004


Hi Andrew,

The generic irq patches broke pci irqs on ppc64 iSeries.

Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>

Please merge and send to Linus.
-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff -ruN 2.6.10-rc1-bk6/arch/ppc64/kernel/iSeries_irq.c 2.6.10-rc1-bk6-irq.1/arch/ppc64/kernel/iSeries_irq.c
--- 2.6.10-rc1-bk6/arch/ppc64/kernel/iSeries_irq.c	2004-05-10 15:31:04.000000000 +1000
+++ 2.6.10-rc1-bk6-irq.1/arch/ppc64/kernel/iSeries_irq.c	2004-10-28 18:06:30.000000000 +1000
@@ -110,6 +110,7 @@
 	/* Unmask bridge interrupts in the FISR */
 	mask = 0x01010000 << function;
 	HvCallPci_unmaskFisr(bus, subBus, deviceId, mask);
+	iSeries_enable_IRQ(irq);
 	return 0;
 }
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://ozlabs.org/pipermail/linuxppc64-dev/attachments/20041028/e1d53c5a/attachment.pgp 


More information about the Linuxppc64-dev mailing list