209c209
< int &lat, PacketList &writebacks);
---
> Cycles &lat, PacketList &writebacks);
275c275
< * @return The result of the access.
---
> * @return The number of ticks required for the access.
302c302
< * @return The estimated completion time.
---
> * @return The number of cycles required for the snoop.
304c304
< Tick snoopAtomic(PacketPtr pkt);
---
> Cycles snoopAtomic(PacketPtr pkt);