CPU: Remove references to memory copy operations
[gem5.git] / src / cpu / thread_state.hh
index 06707894df51c7d069a5b024a205e81a0ae25cea..e0edc466e3150ac754e1dfca3c7c84752b4bd2a3 100644 (file)
@@ -200,18 +200,6 @@ struct ThreadState {
 #endif
 
   public:
-    /**
-     * Temporary storage to pass the source address from copy_load to
-     * copy_store.
-     * @todo Remove this temporary when we have a better way to do it.
-     */
-    Addr copySrcAddr;
-    /**
-     * Temp storage for the physical source address of a copy.
-     * @todo Remove this temporary when we have a better way to do it.
-     */
-    Addr copySrcPhysAddr;
-
     /*
      * number of executed instructions, for matching with syscall trace
      * points in EIO files.