summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_irq_handlers.c
diff options
context:
space:
mode:
authorBrian Vanderpool <vanderp@us.ibm.com>2017-10-12 16:30:24 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 19:34:06 -0500
commite6b7c548e73108f76a8065f7ac7f7b0a050baf95 (patch)
treee3588259b136ef92cd5dd2cee13cf3f851c3b38f /import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_irq_handlers.c
parent217e6bb9bad751dd743e177e01437a5baa489e11 (diff)
downloadtalos-hcode-e6b7c548e73108f76a8065f7ac7f7b0a050baf95.tar.gz
talos-hcode-e6b7c548e73108f76a8065f7ac7f7b0a050baf95.zip
RESCLK: Fix a bug that prevented L2 resonance from being set up on NDD2.1
Change-Id: If3c2010394178fa014f68ba846e432dff82567c3 CQ: SW403807 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48335 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: YUE DU <daviddu@us.ibm.com> Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com> Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_irq_handlers.c')
-rw-r--r--import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_irq_handlers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_irq_handlers.c b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_irq_handlers.c
index 15b89193..65843272 100644
--- a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_irq_handlers.c
+++ b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_irq_handlers.c
@@ -254,7 +254,7 @@ p9_cme_stop_db2_handler(void* arg, PkIrqId irq)
case MSGID_DB2_RESONANT_CLOCK_DISABLE:
-#if (NIMBUS_DD_LEVEL < 21 || CUMULUS_DD_LEVEL == 10) && DISABLE_STOP8 == 1
+#if (NIMBUS_DD_LEVEL < 21 || CUMULUS_DD_LEVEL == 10) || DISABLE_STOP8 == 1
#ifdef USE_CME_RESCLK_FEATURE
// Quad going into Stop11, need to potentially disable Resclks
@@ -280,7 +280,7 @@ p9_cme_stop_db2_handler(void* arg, PkIrqId irq)
case MSGID_DB2_RESONANT_CLOCK_ENABLE:
-#if (NIMBUS_DD_LEVEL < 21 || CUMULUS_DD_LEVEL == 10) && DISABLE_STOP8 == 1
+#if (NIMBUS_DD_LEVEL < 21 || CUMULUS_DD_LEVEL == 10) || DISABLE_STOP8 == 1
#ifdef USE_CME_RESCLK_FEATURE
// Quad aborted Stop11, need to regressively enable Resclks
OpenPOWER on IntegriCloud