Skip to content

Commit

Permalink
STOP: Fix hole in 62403
Browse files Browse the repository at this point in the history
Key_Cronus_Test=PM_REGRESS

Change-Id: Ieef4ad78a186fbbb7ae9fc947b21640970b723f0
CQ: SW438634
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62843
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
  • Loading branch information
davidduyue authored and op-jenkins committed Jul 25, 2018
1 parent b46364f commit 6d438cd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,12 @@ p9_cme_stop_entry()
G_cme_stop_record.act_level[0],
G_cme_stop_record.act_level[1]);

if (!core)
{
PK_TRACE_INF("WARNING: STOP1 PM_ACTIVE to be Ignored. Return");
return;
}

// Mark core as to be stopped
G_cme_stop_record.core_running &= ~core;

Expand Down

0 comments on commit 6d438cd

Please sign in to comment.