147c147
< pkt->needsResponse() && !pkt->memInhibitAsserted());
---
> pkt->needsResponse() && !pkt->cacheResponding());
151,152c151,152
< // would be inhibited and not come back from the memory. Therefore
< // we additionally have to check the inhibit flag.
---
> // would not come back from the memory. Therefore we additionally
> // have to check the cacheResponding flag
157,158c157
< // Attempt to send the packet (always succeeds for inhibited
< // packets)
---
> // Attempt to send the packet