summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Vanderpool <vanderp@us.ibm.com>2017-08-08 08:10:27 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 18:48:35 -0500
commit43cf6ad59bf9703f5d15e70ce3635f6746d7c005 (patch)
treebb5715251251db7b8d6889a7d7103b4d9cac6b7f
parent6ff776224fe82b0222a2836829f82d4c04e86c1d (diff)
downloadtalos-hcode-43cf6ad59bf9703f5d15e70ce3635f6746d7c005.tar.gz
talos-hcode-43cf6ad59bf9703f5d15e70ce3635f6746d7c005.zip
STOP: Fix DB2 message for DD1
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>
-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 e1a2f4a1..c12bdad8 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