]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc/pseries: Fix MSI-X interrupt querying
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 22 Jan 2009 20:54:31 +0000 (20:54 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 11 Feb 2009 02:38:01 +0000 (13:38 +1100)
commite27ed698b88b3387d326e84c0bbe9f83e19c747b
treea0542556f79b75aa9f6967b47c50b692115bcc2f
parentc37682d907a615c9a8751748b58e9ba47d415429
powerpc/pseries: Fix MSI-X interrupt querying

We need to increment i in the loop that queries what interrupts firmware
gave us, otherwise we'll incorrectly use the first value over and over.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/msi.c