mem-cache: Add function to move blocks in the tags
[gem5.git] / src / mem / cache / tags / sector_tags.hh
index c56ef2409e38ce34a1085b0cceb3978e225a52e1..5c228eeea3477128f67fd35225aa0e6449aeb030 100644 (file)
@@ -149,6 +149,8 @@ class SectorTags : public BaseTags
      */
     void insertBlock(const PacketPtr pkt, CacheBlk *blk) override;
 
+    void moveBlock(CacheBlk *src_blk, CacheBlk *dest_blk) override;
+
     /**
      * Finds the given address in the cache, do not update replacement data.
      * i.e. This is a no-side-effect find of a block.