]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/eeh: Replace pci_dn with eeh_dev for EEH core
authorGavin Shan <shangw@linux.vnet.ibm.com>
Mon, 27 Feb 2012 20:04:07 +0000 (20:04 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 9 Mar 2012 00:39:44 +0000 (11:39 +1100)
commitf631acd3e98c31b21937682d2b3f39bf9333a18e
tree411b6bd805b5116c3d28dabf6bafb53012577d10
parentd50a7d4c6fc2a2055fdcb5d7af9605ae80385206
powerpc/eeh: Replace pci_dn with eeh_dev for EEH core

The original EEH implementation is heavily depending on struct pci_dn.
We have to put EEH related information to pci_dn. Actually, we could
split struct pci_dn so that the EEH sensitive information to form an
individual struct, then EEH looks more independent.

The patch replaces pci_dn with eeh_dev for EEH core.

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