diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2012-09-16 16:14:13 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-09-24 11:29:39 -0500 |
commit | 363b20b39bc5f36fcba9eabb3c755b6bdf13574b (patch) | |
tree | 62b9e1a285b2af15fb0fc49b12660ae6d15c1364 /src/include/kernel/cpumgr.H | |
parent | 9dfd209fca2c451eb1314cf1c43cb6d222e4ee7d (diff) | |
download | talos-hostboot-363b20b39bc5f36fcba9eabb3c755b6bdf13574b.tar.gz talos-hostboot-363b20b39bc5f36fcba9eabb3c755b6bdf13574b.zip |
Sync timebase to slave cores.
Change-Id: I196e58be48195f653ab16a74dedafabafbd07bbc
RTC: 47013
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1774
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/cpumgr.H')
-rw-r--r-- | src/include/kernel/cpumgr.H | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/kernel/cpumgr.H b/src/include/kernel/cpumgr.H index 21e29167f..e5015feef 100644 --- a/src/include/kernel/cpumgr.H +++ b/src/include/kernel/cpumgr.H @@ -202,6 +202,13 @@ class CpuManager static InteractiveDebug cv_interactive_debug; + /** Timebase of the master the last time a CPU was started. + * + * This is used when slave CPUs activate to determine if the + * timebases need to be synchronized. + */ + uint64_t iv_lastStartTimebase; + }; #endif |