Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Paul Mundt <lethal@linux-sh.org>

+2
+2
arch/sh/drivers/pci/pcie-sh7786.c
··· 571 571 async_schedule(sh7786_pcie_hwops->port_init_hw, port); 572 572 } 573 573 574 + async_synchronize_full(); 575 + 574 576 return 0; 575 577 } 576 578 arch_initcall(sh7786_pcie_init);