summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe_closed/cme/pstate_cme/p9_cme_thread_db.c
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2017-11-01 15:23:31 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2018-02-01 15:39:25 -0600
commitbd96030e124b5237790f28426a36f8a79b689b0d (patch)
tree645b619da3c56439665beb3257390eb06b4a9a9a /import/chips/p9/procedures/ppe_closed/cme/pstate_cme/p9_cme_thread_db.c
parent44213388a5890a4762620da353cc1c28b9ff3d49 (diff)
downloadtalos-hcode-bd96030e124b5237790f28426a36f8a79b689b0d.tar.gz
talos-hcode-bd96030e124b5237790f28426a36f8a79b689b0d.zip
STOP: Fix IOTA open new CME Interrupt window conditions
Key_Cronus_Test=PM_REGRESS Change-Id: I50c512c794bd25846539daeecd33638c5f7f70ef CQ: SW408384 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49110 Dev-Ready: YUE DU <daviddu@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/ppe_closed/cme/pstate_cme/p9_cme_thread_db.c')
-rw-r--r--import/chips/p9/procedures/ppe_closed/cme/pstate_cme/p9_cme_thread_db.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/pstate_cme/p9_cme_thread_db.c b/import/chips/p9/procedures/ppe_closed/cme/pstate_cme/p9_cme_thread_db.c
index 22681fc9..d0786c08 100644
--- a/import/chips/p9/procedures/ppe_closed/cme/pstate_cme/p9_cme_thread_db.c
+++ b/import/chips/p9/procedures/ppe_closed/cme/pstate_cme/p9_cme_thread_db.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HCODE Project */
/* */
-/* COPYRIGHT 2016,2017 */
+/* COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -82,6 +82,7 @@ void p9_cme_pstate_db_handler(void* arg, PkIrqId irq)
{
PK_TRACE_INF("DB_HDL: Entered\n");
#if defined(__IOTA__)
+ wrteei(1);
p9_cme_pstate_process_db0();
#else
pk_semaphore_post((PkSemaphore*)arg);
OpenPOWER on IntegriCloud