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:

committed by
Michael Ellerman

parent
13ce7598b6
commit
92b8f137b3
@@ -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;
|
||||
|
Reference in New Issue
Block a user