From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Date: Mon, 18 Jul 2022 16:49:30 +0000 Subject: Re: [PATCH kernel 2/3] powerpc/pci_64: Init pcibios subsys a bit later Message-Id: <20220718164930.GD4609@nvidia.com> List-Id: References: <20220714081822.3717693-1-aik@ozlabs.ru> <20220714081822.3717693-3-aik@ozlabs.ru> In-Reply-To: <20220714081822.3717693-3-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alexey Kardashevskiy Cc: linuxppc-dev@lists.ozlabs.org, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, Deming Wang , Robin Murphy , Alex Williamson , Daniel Henrique Barboza , Fabiano Rosas , Murilo Opsfelder Araujo , Nicholas Piggin , Michael Ellerman 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 > --- > arch/powerpc/kernel/pci_64.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Jason Gunthorpe Jason