diff options
| -rwxr-xr-x | import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c | 1 |
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; |

