summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/procedures/hwp/core/p9_hcd_core_startclocks.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_startclocks.C b/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_startclocks.C
index 399ccaf6..6e94bf46 100644
--- a/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_startclocks.C
+++ b/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_startclocks.C
@@ -290,12 +290,12 @@ p9_hcd_core_startclocks(
if (!l_attr_runn_mode)
{
- FAPI_DBG("Drop Core-L2/CC Quiesces via CME_SCOM_SICR[6,8]/[7,9]");
+ FAPI_DBG("Drop Core-L2/CC/TLBIE Quiesces via CME_SCOM_SICR[6,8]/[7,9][21]");
FAPI_TRY(putScom(l_quad,
(l_attr_chip_unit_pos < 2) ?
EX_0_CME_SCOM_SICR_CLEAR : EX_1_CME_SCOM_SICR_CLEAR,
(BIT64(6 + (l_attr_chip_unit_pos % 2)) |
- BIT64(8 + (l_attr_chip_unit_pos % 2)))));
+ BIT64(8 + (l_attr_chip_unit_pos % 2)) | BIT64(21))));
FAPI_DBG("Drop auto special wakeup disable via CME_SCOM_LMCR[12/13]");
FAPI_TRY(putScom(l_quad,
OpenPOWER on IntegriCloud