Skip to content

Commit

Permalink
STOP: Fix Dec Wakeup on NDD2.1
Browse files Browse the repository at this point in the history
Change-Id: I2078627eeb36d7981f40a40b3aa29cbd47fffaf2
Original-Change-Id: I4fa5b8c9d074fd4616ae25afd549355e31543c64
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47095
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: JAMES DEZELLE <jdezelle@us.ibm.com>
Reviewed-by: Juan R. Medina <jrmedina@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 8de4444 commit 0d6d5a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1361,13 +1361,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;
G_cme_stop_record.core_blockpc |= core_mask;
}
else
{
CME_PUTSCOM(CPPM_CPMMR_CLR, core_mask, BIT64(10));
pig.fields.req_intr_type = PIG_TYPE2;
G_cme_stop_record.core_blockpc &= ~core;
G_cme_stop_record.core_blockpc &= ~core_mask;
}

pig.fields.req_intr_payload = G_cme_stop_record.req_level[core_index];
Expand Down

0 comments on commit 0d6d5a4

Please sign in to comment.