diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2020-04-17 10:35:07 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-05-28 16:24:39 +0300 |
commit | 718d249aeadff058f79c2e6b25212dd45bd711ae (patch) | |
tree | c7d37f6ad45b91d9ceff1894bbb65dd77cb9d876 /arch/powerpc/platforms/powernv/pci.h | |
parent | dc3d8f85bb571c3640ebba24b82a527cf2cb3f24 (diff) | |
download | linux-718d249aeadff058f79c2e6b25212dd45bd711ae.tar.xz |
powerpc/powernv/pci: Reserve the root bus PE during init
Doing it once during boot rather than doing it on the fly and drop the janky
populated logic.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200417073508.30356-4-oohall@gmail.com
Diffstat (limited to 'arch/powerpc/platforms/powernv/pci.h')
-rw-r--r-- | arch/powerpc/platforms/powernv/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/pci.h b/arch/powerpc/platforms/powernv/pci.h index 83d40a06e938..51c254f2f3cb 100644 --- a/arch/powerpc/platforms/powernv/pci.h +++ b/arch/powerpc/platforms/powernv/pci.h @@ -136,7 +136,6 @@ struct pnv_phb { unsigned int total_pe_num; unsigned int reserved_pe_idx; unsigned int root_pe_idx; - bool root_pe_populated; /* 32-bit MMIO window */ unsigned int m32_size; |