This moves those fields in struct pnv_phb that are related to PE
allocation around. No logical change.

Signed-off-by: Gavin Shan <[email protected]>
---
 arch/powerpc/platforms/powernv/pci.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/arch/powerpc/platforms/powernv/pci.h 
b/arch/powerpc/platforms/powernv/pci.h
index 49e3baf..d655769 100644
--- a/arch/powerpc/platforms/powernv/pci.h
+++ b/arch/powerpc/platforms/powernv/pci.h
@@ -142,15 +142,14 @@ struct pnv_phb {
                        unsigned int            io_segsize;
                        unsigned int            io_pci_base;
 
-                       /* PE allocation bitmap */
-                       unsigned long           *pe_alloc;
-                       /* PE allocation mutex */
+                       /* PE allocation */
                        struct mutex            pe_alloc_mutex;
+                       unsigned long           *pe_alloc;
+                       struct pnv_ioda_pe      *pe_array;
 
                        /* M32 & IO segment maps */
                        unsigned int            *m32_segmap;
                        unsigned int            *io_segmap;
-                       struct pnv_ioda_pe      *pe_array;
 
                        /* IRQ chip */
                        int                     irq_chip_init;
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to