Skip to content

Commit

Permalink
STOP: enable decrementor wakeup
Browse files Browse the repository at this point in the history
EPM Note - MARKER changes

Change-Id: I5c4b6e83178ec0c2f737127ecdca2743ae8a0e22
Original-Change-Id: Idc99ab364107f25f48d74286570244f9f79b3e2e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39530
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Reviewed-by: AMIT KUMAR <akumar3@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 4214195 commit da5fbae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1253,11 +1253,13 @@ p9_cme_stop_entry()
{
CME_PUTSCOM(CPPM_CPMMR_OR, core_mask, BIT64(10));
pig.fields.req_intr_type = PIG_TYPE3;
G_cme_stop_record.core_blockpc |= core;
}
else
{
CME_PUTSCOM(CPPM_CPMMR_CLR, core_mask, BIT64(10));
pig.fields.req_intr_type = PIG_TYPE2;
G_cme_stop_record.core_blockpc &= ~core;
}

pig.fields.req_intr_payload = G_cme_stop_record.req_level[core_index];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ enum SGPE_STOP_VECTOR_INDEX
VECTOR_EXIT = 0,
VECTOR_ENTRY = 1,
VECTOR_CONFIG = 2,
VECTOR_ACTIVE = 3
VECTOR_ACTIVE = 3,
VECTOR_PCWU = 4
};

typedef struct
Expand All @@ -270,7 +271,7 @@ typedef struct

typedef struct
{
uint32_t core[4]; // 24 bits
uint32_t core[5]; // 24 bits
uint32_t quad[4]; // 6 bits
uint32_t ex_l[3]; // 6 bits
uint32_t ex_r[3]; // 6 bits
Expand Down

0 comments on commit da5fbae

Please sign in to comment.