summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/core_activate/core_activate.C
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2013-01-04 20:03:16 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-01-07 10:18:10 -0600
commit14c28cb147a63346ce6ce0330ceb345817087a67 (patch)
treec90818cc2bc41353bf8bb35886abe9d46ae72345 /src/usr/hwpf/hwp/core_activate/core_activate.C
parent93bed8412807261707677d6796869568baa03d1c (diff)
downloadtalos-hostboot-14c28cb147a63346ce6ce0330ceb345817087a67.tar.gz
talos-hostboot-14c28cb147a63346ce6ce0330ceb345817087a67.zip
Enable slave cores
Enable slave core execution on master proc and slave proc Change-Id: I990ecb3d82b1b06fd64e085071ae1880818ca1d8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2858 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
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