get rid of all instances of readTid() and getThreadNum(). Unify and eliminate
[gem5.git] / src / cpu / quiesce_event.cc
index fa79e6d1efdc2a4d11e0d422b7c2b8840a903d81..38ffb74e4a64b7f1c8599165c1e7eb159073b42e 100644 (file)
@@ -33,7 +33,7 @@
 #include "cpu/quiesce_event.hh"
 
 EndQuiesceEvent::EndQuiesceEvent(ThreadContext *_tc)
-    : Event(&mainEventQueue), tc(_tc)
+    : tc(_tc)
 {
 }
 
@@ -45,7 +45,7 @@ EndQuiesceEvent::process()
 }
 
 const char*
-EndQuiesceEvent::description()
+EndQuiesceEvent::description() const
 {
-    return "End Quiesce Event.";
+    return "End Quiesce";
 }