Skip to content

Commit

Permalink
STOP: Fix suspend_stop when threads are idle
Browse files Browse the repository at this point in the history
Change-Id: Id4fbd46f1a10906d9e176a4cad49da0592a76f2f
Original-Change-Id: Ia375a50988517172859a11f8f1e0117c634b3ae8
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42176
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: BRIAN D. VICTOR <brian.d.victor1@ibm.com>
Reviewed-by: Adam S. Hale <adam.samuel.hale@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 9e5e698 commit 3be7a02
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ enum SGPE_STOP_PSCOM_MASK

enum SGPE_FUNCTION_STATUS
{
STATUS_RESUMING = 0,
STATUS_FUNCTIONAL = 1,
STATUS_SUSPENDING = 2,
STATUS_SUSPENDED = 3
STATUS_IDLE = 0,
STATUS_PROCESSING = 1,
STATUS_SUSPENDING = 2,
STATUS_SUSPENDED = 3
};

enum SGPE_STOP_VECTOR_INDEX
Expand Down

0 comments on commit 3be7a02

Please sign in to comment.