Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd7bb53f authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up async PCIe probing on SMP.



For the SMP case we run in to a lockup without a full synchronization
prior to continuing with the boot.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent e8cdfb05
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -571,6 +571,8 @@ static int __init sh7786_pcie_init(void)
		async_schedule(sh7786_pcie_hwops->port_init_hw, port);
	}

	async_synchronize_full();

	return 0;
}
arch_initcall(sh7786_pcie_init);