[PATCH 05/11] powerpc/eeh: Keep PE during hotplug

2013-07-23 Thread Gavin Shan
When we do normal hotplug, the PE shouldn't be kept. However, we need the PE if the hotplug caused by EEH errors. Since we remove EEH device through the PCI hook pcibios_stop_dev(), the flag "purge_pe" passed to various functions is meaningless. So the patch removes the meaningless flag and introdu

[PATCH 05/11] powerpc/eeh: Keep PE during hotplug

2013-07-23 Thread Gavin Shan
When we do normal hotplug, the PE shouldn't be kept. However, we need the PE if the hotplug caused by EEH errors. Since we remove EEH device through the PCI hook pcibios_stop_dev(), the flag "purge_pe" passed to various functions is meaningless. So the patch removes the meaningless flag and introdu