SCons: Support building without an ISA
[gem5.git] / src / mem / cache / tags / lru.hh
index be8d75b5af3e0627d549844948ba04c9f08940f7..ff98110466c53c08266719b0446b72c7d1ae4c5f 100644 (file)
@@ -224,6 +224,11 @@ public:
     {
         return hitLatency;
     }
+    /**
+     *iterated through all blocks and clear all locks
+     *Needed to clear all lock tracking at once
+     */
+    virtual void clearLocks();
 
     /**
      * Called at end of simulation to complete average block reference stats.