summaryrefslogtreecommitdiff
path: root/src/cpu/base.hh
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2015-01-25 07:22:05 -0500
committerAli Saidi <Ali.Saidi@ARM.com>2015-01-25 07:22:05 -0500
commit6c4a23c1c637d77f60df9516d0f36c71d12a2298 (patch)
treec7be42538c1e10a9b8dfff7f41fddc5cefd7d138 /src/cpu/base.hh
parent10b5e5431d004fe51df30140f20346b2c91248fb (diff)
downloadgem5-6c4a23c1c637d77f60df9516d0f36c71d12a2298.tar.xz
cpu: remove legion tracer
If someone wants to debug with legion again they can restore the code from the repository, but no need to have it hang around indefinately.
Diffstat (limited to 'src/cpu/base.hh')
-rw-r--r--src/cpu/base.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cpu/base.hh b/src/cpu/base.hh
index 3673a5f18..662b24a99 100644
--- a/src/cpu/base.hh
+++ b/src/cpu/base.hh
@@ -109,8 +109,10 @@ class BaseCPU : public MemObject
{
protected:
- // @todo remove me after debugging with legion done
+ /// Instruction count used for SPARC misc register
+ /// @todo unify this with the counters that cpus individually keep
Tick instCnt;
+
// every cpu has an id, put it in the base cpu
// Set at initialization, only time a cpuId might change is during a
// takeover (which should be done from within the BaseCPU anyway,