mcctrl_os_shutdown_notifier: Move wait for running state to ihk side

Change-Id: I363391c63d92d952fc9a60c1e88f964eb50687fd
This commit is contained in:
Masamichi Takagi
2020-02-16 07:09:05 +00:00
parent 8ee1d61d0f
commit 97cd379ee2
2 changed files with 1 additions and 9 deletions

View File

@ -174,14 +174,6 @@ error_cleanup_channels:
int mcctrl_os_shutdown_notifier(int os_index)
{
if (os[os_index]) {
/* Wait for os running */
if (ihk_os_wait_for_status(os[os_index], IHK_OS_STATUS_RUNNING, 0, 200) != 0) {
printk("IHK: OS does not become RUNNING in shutdown. Force shutdown.\n");
/* send nmi to force shutdown */
ihk_os_send_nmi(os[os_index], 3);
mdelay(200);
}
pager_cleanup();
sysfsm_cleanup(os[os_index]);
free_topology_info(os[os_index]);

2
ihk

Submodule ihk updated: d1b9e0b673...c2715ee515