Skip to content

Commit

Permalink
STOP/EPM: Fix Stop5 history and marker reporting
Browse files Browse the repository at this point in the history
Change-Id: I5dbba55cb92dd40b8e87617fe3d2e01cdf1ff3e2
Original-Change-Id: I1fd6d7442204070d3d683bb6dedaf1f1a1055de2
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43960
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christopher R. Jones <crjones@us.ibm.com>
Reviewed-by: BRIAN D. VICTOR <brian.d.victor1@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 879e075 commit 70ea2a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ enum SGPE_STOP_STATE_HISTORY_VECTORS
SSH_REQ_LEVEL_UPDATE = (SSH_STOP_GATED | SSH_TRANS_ENTRY | SSH_REQ_ENABLE),
SSH_ACT_LEVEL_UPDATE = (SSH_STOP_GATED | SSH_ACT_ENABLE),
SSH_ACT_LV5_COMPLETE = (SSH_ACT_LEVEL_UPDATE | BIT32(9) | BIT32(11)),
SSH_ACT_LV5_CONTINUE = (SSH_ACT_LV5_COMPLETE | SSH_ENTRY_IN_SESSION),
SSH_ACT_LV8_COMPLETE = (SSH_ACT_LEVEL_UPDATE | BIT32(8)),
SSH_ACT_LV11_COMPLETE = (SSH_ACT_LEVEL_UPDATE | BIT32(8) | BITS32(10, 2))
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,6 @@ p9_sgpe_stop_entry()
G_sgpe_stop_record.state[qloop].req_state_x0,
G_sgpe_stop_record.state[qloop].req_state_x1);
}
else
{
//========================================
MARK_TAG(SE_LESSTHAN8_DONE, (32 >> qloop))
//========================================
}
}

G_sgpe_stop_record.group.quad[VECTOR_ENTRY] &=
Expand Down

0 comments on commit 70ea2a3

Please sign in to comment.