summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-10-22 15:10:18 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-07 14:49:45 -0600
commit2d6ab3cf820134bd3086139adea76f51bbdceb64 (patch)
tree85111c6a6b313bfa5044e3e45ba9fb9df5890bc6 /src/include/kernel
parent7c27703341d61f28b204254ad96c3fea5840bb73 (diff)
downloadblackbird-hostboot-2d6ab3cf820134bd3086139adea76f51bbdceb64.tar.gz
blackbird-hostboot-2d6ab3cf820134bd3086139adea76f51bbdceb64.zip
Handle winkle-wakeup times in slave cores.
Change-Id: I6978d66ecfdef57da9754e6251d2ac1d3d078210 RTC: 73559 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6851 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel')
-rw-r--r--src/include/kernel/cpumgr.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/cpumgr.H b/src/include/kernel/cpumgr.H
index 23207bf11..51c05f438 100644
--- a/src/include/kernel/cpumgr.H
+++ b/src/include/kernel/cpumgr.H
@@ -137,7 +137,7 @@ class CpuManager
* @param[in] pir - PIR value of first thread in core.
* @param[in] i_threads - Bitstring of threads to enable (left-justified).
*/
- static int startCore(uint64_t pir,uint64_t i_threads);
+ static void startCore(uint64_t pir,uint64_t i_threads);
/** @fn forceMemoryPeriodic()
OpenPOWER on IntegriCloud