summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/core_activate/core_activate.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/core_activate/core_activate.C')
-rw-r--r--src/usr/hwpf/hwp/core_activate/core_activate.C8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/usr/hwpf/hwp/core_activate/core_activate.C b/src/usr/hwpf/hwp/core_activate/core_activate.C
index c4acb25cb..e91845354 100644
--- a/src/usr/hwpf/hwp/core_activate/core_activate.C
+++ b/src/usr/hwpf/hwp/core_activate/core_activate.C
@@ -242,8 +242,6 @@ void* call_host_activate_slave_cores( void *io_pArgs )
"call_host_activate_slave_cores entry" );
// @@@@@ CUSTOM BLOCK: @@@@@
-#if 0 // @TODO: Enable when FSP supports attr sync and core state in HDAT
- // Story 41245
uint64_t l_masterCoreID = task_getcpuid() & ~7;
@@ -288,7 +286,7 @@ void* call_host_activate_slave_cores( void *io_pArgs )
* @errortype
* @reasoncode ISTEP_BAD_RC
* @severity ERRORLOG::ERRL_SEV_UNRECOVERABLE
- * @moduleid ISTEP_ACTIVATE_SLAVE_CORES
+ * @moduleid ISTEP_HOST_ACTIVATE_SLAVE_CORES
* @userdata1 PIR of failing core.
* @userdata2 rc of cpu_start_core().
*
@@ -296,7 +294,7 @@ void* call_host_activate_slave_cores( void *io_pArgs )
*/
l_errl =
new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE,
- ISTEP_ACTIVATE_SLAVE_CORES,
+ ISTEP_HOST_ACTIVATE_SLAVE_CORES,
ISTEP_BAD_RC,
pir,
rc );
@@ -304,8 +302,6 @@ void* call_host_activate_slave_cores( void *io_pArgs )
}
}
-#endif
-
if ( ! l_errl )
{
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
OpenPOWER on IntegriCloud