powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()
authorGavin Shan <gwshan@linux.vnet.ibm.com>
Fri, 27 Mar 2015 00:22:17 +0000 (11:22 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 31 Mar 2015 02:10:39 +0000 (13:10 +1100)
commit433185d2b4e9c25f2a444424c05af72fbadd4275
tree8890e9a7b5560458bdb9d2694b8f0f39633ed5e7
parentc6406d8fbb014bebdfb5bf3c244548958aec7379
powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()

The function eeh_add_parent_pe() is used to create a PE or add one
edev to its parent PE. Current code checks if PE#0 is valid for the
later case. Actually, we should validate PE#0 for both cases when
EEH core regards PE#0 as invalid one (without flag EEH_VALID_PE_ZERO).
Otherwise, not all EEH devices can be added to its parent PE#0 for
EEH on P7IOC.

The patch fixes the issue by validating PE#0 for the two cases. So far,
we don't have PE#0 for EEH on P7IOC, but it will show up when we enable
M64 for P7IOC. The patch also makes the error message more meaningful.

Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/eeh_pe.c