63a64
> #define SNOOP_COMMIT (1 << 6)
65d65
< #define EXPRESS_SNOOP (1 << 7)
76d75
< ReadResp,
77a77,78
> WriteReqNoAck,
> ReadResp,
80d80
< WritebackAck,
509,512c509,513
< /** This function given a functional packet and a timing packet either satisfies
< * the timing packet, or updates the timing packet to reflect the updated state
< * in the timing packet. It returns if the functional packet should continue to
< * traverse the memory hierarchy or not.
---
> /** This function given a functional packet and a timing packet either
> * satisfies the timing packet, or updates the timing packet to
> * reflect the updated state in the timing packet. It returns if the
> * functional packet should continue to traverse the memory hierarchy
> * or not.
516,518c517,520
< /** This function is a wrapper for the fixPacket field that toggles the hasData bit
< * it is used when a response is waiting in the caches, but hasn't been marked as a
< * response yet (so the fixPacket needs to get the correct value for the hasData)
---
> /** This function is a wrapper for the fixPacket field that toggles
> * the hasData bit it is used when a response is waiting in the
> * caches, but hasn't been marked as a response yet (so the fixPacket
> * needs to get the correct value for the hasData)