mem-cache: Add setters to validate and secure block
[gem5.git] / src / mem / serial_link.hh
index 64f262d0f6f69873289f85981ea8d17d9d22a5ee..6315f1b947b0c70b67def4a27d831f19c500c241 100644 (file)
@@ -288,7 +288,7 @@ class SerialLink : public MemObject
          *
          * @return true if we find a match
          */
-        bool checkFunctional(PacketPtr pkt);
+        bool trySatisfyFunctional(PacketPtr pkt);
 
       protected: