Skip to content

Commit

Permalink
STOP: Fix VDM Droop Event DB3 Window condition breaking STOP
Browse files Browse the repository at this point in the history
Key_Cronus_Test=PM_REGRESS

Change-Id: I9ba799f1e0d87868b86a87bc70a334bca070a660
CQ: SW438457
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62846
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 777fb2e commit 335521f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,12 @@ void p9_cme_pstate_db3_handler(void)
else if (db3.fields.cme_message_numbern == MSGID_DB3_UNSUSPEND_STOP_ENTRY)
{
G_cme_stop_record.core_vdm_droop = 0;
p9_cme_stop_eval_eimr_override();

if (!(G_cme_stop_record.entry_ongoing ||
G_cme_stop_record.exit_ongoing))
{
p9_cme_stop_eval_eimr_override();
}

//Notify and Receive ack from sibling CME. This syncs up
//Quad Manager and Sibling before Quad Manager acks back to
Expand Down

0 comments on commit 335521f

Please sign in to comment.