ruby: move stall and wakeup functions to AbstractController
[gem5.git] / src / cpu / quiesce_event.cc
index 81384d529329c083de8c28f02b79bdc9e66b7f04..d5c3fe240208a53ac54977433f070a7b2747e3cf 100644 (file)
  */
 
 #include "cpu/base.hh"
-#include "cpu/thread_context.hh"
 #include "cpu/quiesce_event.hh"
+#include "cpu/thread_context.hh"
+#include "debug/Quiesce.hh"
 
 EndQuiesceEvent::EndQuiesceEvent(ThreadContext *_tc)
-    : Event(&mainEventQueue), tc(_tc)
+    : tc(_tc)
 {
 }