mem-cache: Add function to move blocks in the tags
[gem5.git] / src / mem / cache / tags / fa_lru.hh
index f03ecee582cecf510b0e241014340b30099a65e3..f24ac0e8c2ad8c5f5fb74e249e7f71f2f2a2573d 100644 (file)
@@ -232,6 +232,8 @@ class FALRU : public BaseTags
      */
     void insertBlock(const PacketPtr pkt, CacheBlk *blk) override;
 
+    void moveBlock(CacheBlk *src_blk, CacheBlk *dest_blk) override;
+
     /**
      * Generate the tag from the addres. For fully associative this is just the
      * block address.