]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/eeh: Remove eeh information from pci_dn
authorGavin Shan <shangw@linux.vnet.ibm.com>
Tue, 20 Mar 2012 21:30:28 +0000 (21:30 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 28 Mar 2012 00:31:57 +0000 (11:31 +1100)
commit39baadbf36cee3ede5fdb8a34006d9109e5e2570
tree5640b9983e237cff95b1348dcef8659eba22c7f8
parent2a0352fa4a78081c76be1e450b51a6aa27c92616
powerpc/eeh: Remove eeh information from pci_dn

The patch removes the eeh information from pci_dn since the eeh
device (struct eeh_dev) already contained those information and
the copy in pci_dn is no longer used except for the pseries iommu
mapping code, which we change to retrieve the PE address from eeh
device instead.

Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/pci-bridge.h
arch/powerpc/platforms/pseries/iommu.c