summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2016-12-04 22:30:03 -0600
committerhostboot <hostboot@us.ibm.com>2018-08-22 17:54:15 -0500
commitbfc2e785e03fcf1d0819815b7bbe954408a852b2 (patch)
treef5b79bb45db319083d6671ee55fa057b2de26e6b
parent985248cf55ed7405e50512c022af69d2a803ffe3 (diff)
downloadtalos-hcode-bfc2e785e03fcf1d0819815b7bbe954408a852b2.tar.gz
talos-hcode-bfc2e785e03fcf1d0819815b7bbe954408a852b2.zip
STOP: clear EISR pm_active in entry catchup case.
Change-Id: Iac64ba1cce89b15bbe6672f57c262c0fd662fbe4 Original-Change-Id: Ib3db555ba189c21414020e37c1d4ffad8478363d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33382 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: JAMES DEZELLE <jdezelle@us.ibm.com> Reviewed-by: ADAM S. HALE <ashale@us.ibm.com> Dev-Ready: ADAM S. HALE <ashale@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
-rwxr-xr-ximport/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c
index d5faf273..56038272 100755
--- a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c
+++ b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c
@@ -521,6 +521,7 @@ p9_cme_stop_entry()
if (core_catchup)
{
+ out32(CME_LCL_EISR_CLR, core_catchup << SHIFT32(21));
origin_core = core;
origin_level = target_level;
core = core_catchup;
OpenPOWER on IntegriCloud