From: Michal Ostrowski Date: Thu, 28 Dec 2006 04:14:43 +0000 (-0600) Subject: [POWERPC] Do not write virq back to PCI config space X-Git-Tag: v2.6.21-rc1~92^2~23^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2894cfb3a6d60980ba85181e31ccc079807e92b;p=pandora-kernel.git [POWERPC] Do not write virq back to PCI config space - Drivers will not rely on the PCI config space value, as they've already been conditioned to rely on the irq field in "struct pci_dev". - The virq value may not be < 256 as it has been remapped. - The PCI config space should reflect the hardware configuration, which is not being changed. We are only creating a virtual irq mapping that exists in the kernel only. One would never expect the PCI hardware to generate the "virq" interrupt. Signed-off-by: Michal Ostrowski Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed