[POWERPC] Add EEH sysfs blinkenlights
Add sysfs blinkenlights for EEH statistics. Shuffle the eeh_add_device_tree() call so that it appears in the correct sequence. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> ---- arch/powerpc/platforms/pseries/Makefile | 2 arch/powerpc/platforms/pseries/eeh.c | 4 + arch/powerpc/platforms/pseries/eeh_cache.c | 2 arch/powerpc/platforms/pseries/eeh_sysfs.c | 84 +++++++++++++++++++++++++++++ arch/powerpc/platforms/pseries/pci_dlpar.c | 7 +- include/asm-powerpc/ppc-pci.h | 3 + 6 files changed, 98 insertions(+), 4 deletions(-) Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:

committed by
Paul Mackerras

parent
c2e221e8b9
commit
e1d04c9769
@@ -1139,7 +1139,8 @@ static void eeh_add_device_late(struct pci_dev *dev)
|
||||
pdn = PCI_DN(dn);
|
||||
pdn->pcidev = dev;
|
||||
|
||||
pci_addr_cache_insert_device (dev);
|
||||
pci_addr_cache_insert_device(dev);
|
||||
eeh_sysfs_add_device(dev);
|
||||
}
|
||||
|
||||
void eeh_add_device_tree_late(struct pci_bus *bus)
|
||||
@@ -1178,6 +1179,7 @@ static void eeh_remove_device(struct pci_dev *dev)
|
||||
printk(KERN_DEBUG "EEH: remove device %s\n", pci_name(dev));
|
||||
#endif
|
||||
pci_addr_cache_remove_device(dev);
|
||||
eeh_sysfs_remove_device(dev);
|
||||
|
||||
dn = pci_device_to_OF_node(dev);
|
||||
if (PCI_DN(dn)->pcidev) {
|
||||
|
Reference in New Issue
Block a user