powerpc/powernv: Rename PE# fields in struct pnv_phb
This renames the fields related to PE number in "struct pnv_phb" for better reflecting of their usages as Alexey suggested. No logical changes introduced. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

gecommit door
Michael Ellerman

bovenliggende
13ce7598b6
commit
92b8f137b3
@@ -75,7 +75,7 @@ static int pnv_eeh_init(void)
|
||||
* and P7IOC separately. So we should regard
|
||||
* PE#0 as valid for PHB3 and P7IOC.
|
||||
*/
|
||||
if (phb->ioda.reserved_pe != 0)
|
||||
if (phb->ioda.reserved_pe_idx != 0)
|
||||
eeh_add_flag(EEH_VALID_PE_ZERO);
|
||||
|
||||
break;
|
||||
|
Verwijs in nieuw issue
Block a user