Re: [PATCH kernel 2/3] powerpc/pci_64: Init pcibios subsys a bit later
Jason Gunthorpe <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ppc,org.kernel.vger.kvm,org.ozlabs.lists.linuxppc-dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 14, 2022 at 06:18:21PM +1000, Alexey Kardashevskiy wrote: > The following patches are going to add dependency/use of iommu_ops which > is initialized in subsys_initcall as well. > > This moves pciobios_init() to the next initcall level. > > This should not cause behavioral change. > > Signed-off-by: Alexey Kardashevskiy <[email protected]> > --- > arch/powerpc/kernel/pci_64.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Jason Gunthorpe <[email protected]> Jason