提交 cd7bb53f 编写于 作者: P Paul Mundt

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: NPaul Mundt <lethal@linux-sh.org>
上级 e8cdfb05
......@@ -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);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册