mem: Do not include snoop-filter latency in crossbar occupancy
[gem5.git] / src / mem / bridge.hh
index e6fa498cb3a8e6a387186b159569921e16b006c0..6aebe5204d87db465203ab0c3229ad7b77f7130a 100644 (file)
@@ -193,7 +193,7 @@ class Bridge : public MemObject
 
         /** When receiving a retry request from the peer port,
             pass it to the bridge. */
-        void recvRetry();
+        void recvRespRetry();
 
         /** When receiving a Atomic requestfrom the peer port,
             pass it to the bridge. */
@@ -301,7 +301,7 @@ class Bridge : public MemObject
 
         /** When receiving a retry request from the peer port,
             pass it to the bridge. */
-        void recvRetry();
+        void recvReqRetry();
     };
 
     /** Slave port of the bridge. */