Skip to content

Commit

Permalink
STOP: Fix Data Machine Check with PLS Fix
Browse files Browse the repository at this point in the history
Key_Cronus_Test=PM_REGRESS

Change-Id: I299f8e46ec1cc01e5d93d2ac7eb87f58291e7215
Original-Change-Id: I5ef81a8c36a51d56881d453d008669707e6269b6
CQ: SW416039
CQ: SW419333
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54867
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
  • Loading branch information
davidduyue authored and op-jenkins committed Aug 22, 2018
1 parent b85b02d commit 2daa7fd
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,10 @@ p9_cme_stop_entry()

if (target_level > STOP_LEVEL_3 || deeper_level > STOP_LEVEL_3)
{
if (target_level < STOP_LEVEL_4)
{
core = deeper_core;
}

#ifdef PLS_DEBUG

Expand Down Expand Up @@ -784,6 +788,10 @@ p9_cme_stop_entry()

sync();

if (target_level < STOP_LEVEL_4)
{
core = CME_MASK_BC;
}
}

#endif
Expand Down

0 comments on commit 2daa7fd

Please sign in to comment.