mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
powerpc/powernv: Reorder fields in struct pnv_phb
This moves those fields in struct pnv_phb that are related to PE allocation around. No logical change. 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:
parent
475d92c27f
commit
13ce7598b6
@ -140,15 +140,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;
|
||||
|
Loading…
Reference in New Issue
Block a user