summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep13/call_mem_startclocks.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep13/call_mem_startclocks.C')
-rw-r--r--src/usr/isteps/istep13/call_mem_startclocks.C7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/isteps/istep13/call_mem_startclocks.C b/src/usr/isteps/istep13/call_mem_startclocks.C
index 0cd610194..19a84a64c 100644
--- a/src/usr/isteps/istep13/call_mem_startclocks.C
+++ b/src/usr/isteps/istep13/call_mem_startclocks.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -42,6 +42,7 @@
//From Import Directory (EKB Repository)
#include <p9_mem_startclocks.H>
+#include <scom/scomif.H>
using namespace ERRORLOG;
using namespace ISTEP;
@@ -100,6 +101,10 @@ void* call_mem_startclocks (void *io_pArgs)
}
}
+ // Now that the memory chiplets are turned on, we need to include them in
+ // multicast scom operations
+ SCOM::enableMemChipletMulticast();
+
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_mem_startclocks exit" );
OpenPOWER on IntegriCloud