O3 IEW: Make incrWb and decrWb clearer
[gem5.git] / src / cpu / simple_thread.hh
index ee54850aea07517bbf7e7b84f8e856161123136b..d752ed105daae1af4f689baad465b9a0cd122c35 100644 (file)
@@ -146,12 +146,11 @@ class SimpleThread : public ThreadState
 
     void regStats(const std::string &name);
 
-    void copyTC(ThreadContext *context);
-
     void copyState(ThreadContext *oldContext);
 
     void serialize(std::ostream &os);
     void unserialize(Checkpoint *cp, const std::string &section);
+    void startup();
 
     /***************************************************************
      *  SimpleThread functions to provide CPU with access to various