summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorBrian Vanderpool <vanderp@us.ibm.com>2017-08-08 08:10:27 -0500
committerhostboot <hostboot@us.ibm.com>2018-08-22 17:55:16 -0500
commit585ebdd5ad02e63db1307d2a7a68463dd896fc61 (patch)
tree391d923cc26dd4e04e70e89d55b46a5d4b7e34e7 /import
parent92e7e51217c7e1f742657451075756a10049a5de (diff)
downloadtalos-hcode-585ebdd5ad02e63db1307d2a7a68463dd896fc61.tar.gz
talos-hcode-585ebdd5ad02e63db1307d2a7a68463dd896fc61.zip
STOP: Fix DB2 message for DD1
Change-Id: Ie3016b3693ef26debfcaa7e748216a984d8dd5f3 Original-Change-Id: I130a25e3464d92de286dd0e8c66474bafb41c809 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44338 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: YUE DU <daviddu@us.ibm.com> Reviewed-by: CHRISTOPHER M. RIEDL <cmriedl@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c
index 85c92700..7757aad0 100644
--- a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c
+++ b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c
@@ -187,7 +187,7 @@ p9_sgpe_stop_entry()
#else
- p9_dd1_db_unicast_wr(GPE_SCOM_ADDR_CORE(CPPM_CMEDB2, cindex), BIT32(6));
+ p9_dd1_db_unicast_wr(GPE_SCOM_ADDR_CORE(CPPM_CMEDB2, cindex), BIT64(6));
#endif
@@ -750,7 +750,7 @@ p9_sgpe_stop_entry()
#else
- p9_dd1_db_unicast_wr(GPE_SCOM_ADDR_CORE(CPPM_CMEDB2, cindex), BITS32(6, 2));
+ p9_dd1_db_unicast_wr(GPE_SCOM_ADDR_CORE(CPPM_CMEDB2, cindex), BITS64(6, 2));
#endif
OpenPOWER on IntegriCloud