powerpc/powernv: Boolean argument for pnv_ioda_setup_bus_PE()
The patch changes the type of last argument of pnv_ioda_setup_bus_PE() and phb::pick_m64_pe() to boolean. No functional change. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

zatwierdzone przez
Michael Ellerman

rodzic
96a2f92bf8
commit
d1203852df
@@ -112,7 +112,7 @@ struct pnv_phb {
|
||||
int (*init_m64)(struct pnv_phb *phb);
|
||||
void (*reserve_m64_pe)(struct pci_bus *bus,
|
||||
unsigned long *pe_bitmap, bool all);
|
||||
int (*pick_m64_pe)(struct pnv_phb *phb, struct pci_bus *bus, int all);
|
||||
int (*pick_m64_pe)(struct pnv_phb *phb, struct pci_bus *bus, bool all);
|
||||
int (*get_pe_state)(struct pnv_phb *phb, int pe_no);
|
||||
void (*freeze_pe)(struct pnv_phb *phb, int pe_no);
|
||||
int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt);
|
||||
|
Reference in New Issue
Block a user