O3 IEW: Make incrWb and decrWb clearer
[gem5.git] / src / cpu / simple_thread.hh
index 33dcdd49df4624f07a4c2991fe3267d4ba50d80a..d752ed105daae1af4f689baad465b9a0cd122c35 100644 (file)
@@ -140,20 +140,17 @@ class SimpleThread : public ThreadState
                  Process *_process, TheISA::TLB *_itb, TheISA::TLB *_dtb,
                  TheISA::ISA *_isa);
 
-    SimpleThread();
-
     virtual ~SimpleThread();
 
     virtual void takeOverFrom(ThreadContext *oldContext);
 
     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