SCons: Support building without an ISA
[gem5.git] / src / mem / cache / tags / fa_lru.hh
index 5047da12a4b9009b3d4ce46147fcb0e9c4650de7..94ffeaa5810d3e7b06abd8ec07c4a5c84c00b5a6 100644 (file)
@@ -280,6 +280,12 @@ public:
     {
         return (tag);
     }
+
+    /**
+     *iterated through all blocks and clear all locks
+     *Needed to clear all lock tracking at once
+     */
+    virtual void clearLocks();
 };
 
 #endif // __MEM_CACHE_TAGS_FA_LRU_HH__