diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2013-10-28 10:26:46 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-10-31 16:11:32 -0500 |
| commit | 2737de709eae85817841027506b4e18f9e620025 (patch) | |
| tree | 514b5fb0b3a13099dc80bbd8ba08580f82879275 /src/include/kernel | |
| parent | 665dc1aff603fee08413c24deef941d5d43d35f5 (diff) | |
| download | blackbird-hostboot-2737de709eae85817841027506b4e18f9e620025.tar.gz blackbird-hostboot-2737de709eae85817841027506b4e18f9e620025.zip | |
Fixed performance issues in SIMICS IPL
Change-Id: Iccce5b641d0e2dc414bacc143a6b3e186f4e49ab
CQ: SW224728
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6960
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/timemgr.H | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/src/include/kernel/timemgr.H b/src/include/kernel/timemgr.H index 3f6d658d7..dd02e15e5 100644 --- a/src/include/kernel/timemgr.H +++ b/src/include/kernel/timemgr.H @@ -1,26 +1,25 @@ -/* IBM_PROLOG_BEGIN_TAG - * This is an automatically generated prolog. - * - * $Source: src/include/kernel/timemgr.H $ - * - * IBM CONFIDENTIAL - * - * COPYRIGHT International Business Machines Corp. 2010-2012 - * - * p1 - * - * Object Code Only (OCO) source materials - * Licensed Internal Code Source Materials - * IBM HostBoot Licensed Internal Code - * - * The source code for this program is not published or other- - * wise divested of its trade secrets, irrespective of what has - * been deposited with the U.S. Copyright Office. - * - * Origin: 30 - * - * IBM_PROLOG_END_TAG - */ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/include/kernel/timemgr.H $ */ +/* */ +/* IBM CONFIDENTIAL */ +/* */ +/* COPYRIGHT International Business Machines Corp. 2010,2013 */ +/* */ +/* p1 */ +/* */ +/* Object Code Only (OCO) source materials */ +/* Licensed Internal Code Source Materials */ +/* IBM HostBoot Licensed Internal Code */ +/* */ +/* The source code for this program is not published or otherwise */ +/* divested of its trade secrets, irrespective of what has been */ +/* deposited with the U.S. Copyright Office. */ +/* */ +/* Origin: 30 */ +/* */ +/* IBM_PROLOG_END_TAG */ #ifndef __KERNEL_TIMEMGR_H #define __KERNEL_TIMEMGR_H @@ -146,6 +145,7 @@ class TimeManager /** Frequency of the timebase register in Hz. (ticks per second) */ static uint64_t iv_timebaseFreq; + static bool cv_isSimicsRunning; }; #endif |

