summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-ximport/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c6
1 files changed, 6 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 56448931..6af16da3 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
@@ -416,6 +416,12 @@ p9_cme_stop_entry()
G_cme_stop_record.act_level[0],
G_cme_stop_record.act_level[1]);
+ if (!core)
+ {
+ PK_TRACE_INF("WARNING: STOP1 PM_ACTIVE to be Ignored. Return");
+ return;
+ }
+
// Mark core as to be stopped
G_cme_stop_record.core_running &= ~core;
OpenPOWER on IntegriCloud