From: Anton Blanchard Date: Tue, 11 Oct 2005 15:29:00 +0000 (-0700) Subject: [PATCH] ppc64: Fix PCI hotplug X-Git-Tag: v2.6.14-rc5~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4314bf496bb7bb9acd754aeb319c30869bc8d76;p=pandora-kernel.git [PATCH] ppc64: Fix PCI hotplug pSeries_irq_bus_setup is marked __devinit but references s7a_workaround which is marked __initdata. Depending on who got the memory for s7a_workaround (and if the value was now positive), it was possible for PCI hotplugged devices to have 3 subtracted from their interrupt number. This would happen randomly and caused me much confusion :) Signed-off-by: Anton Blanchard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed