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:
Gavin Shan
2016-05-03 15:41:24 +10:00
committed by Michael Ellerman
parent 13ce7598b6
commit 92b8f137b3
4 changed files with 33 additions and 33 deletions

View File

@@ -120,8 +120,8 @@ struct pnv_phb {
struct {
/* Global bridge info */
unsigned int total_pe;
unsigned int reserved_pe;
unsigned int total_pe_num;
unsigned int reserved_pe_idx;
/* 32-bit MMIO window */
unsigned int m32_size;