From 6c4a23c1c637d77f60df9516d0f36c71d12a2298 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Sun, 25 Jan 2015 07:22:05 -0500 Subject: 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. --- src/cpu/base.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cpu/base.hh') 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, -- cgit v1.2.3