157,159c157,159
< // sink inhibited packets without further action, also discard any
< // packet that is not a read or a write
< if (pkt->memInhibitAsserted() ||
---
> // if a cache is responding, sink the packet without further
> // action, also discard any packet that is not a read or a write
> if (pkt->cacheResponding() ||