summaryrefslogtreecommitdiffstats
path: root/src/occ_405/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/main.c')
-rwxr-xr-xsrc/occ_405/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/occ_405/main.c b/src/occ_405/main.c
index d489cfc..6355c41 100755
--- a/src/occ_405/main.c
+++ b/src/occ_405/main.c
@@ -1000,8 +1000,7 @@ void Main_thread_routine(void *private)
//Initialize structures for collecting core data.
//It needs to run before RTLoop start as pore initialization needs to be
// done before task to collect core data starts.
-// TEMP -- NOT NEEDED IN PHASE1
-// proc_core_init();
+ proc_core_init();
CHECKPOINT(PROC_CORE_INITIALIZED);
// Run slave OCC init on all OCCs. Master-only initialization will be
OpenPOWER on IntegriCloud