159c159
< bool expects_response = pkt->needsResponse() && !pkt->memInhibitAsserted();
---
> bool expects_response = pkt->needsResponse() && !pkt->cacheResponding();
173c173
< // would be inhibited and not come back from the memory. Therefore
---
> // would not come back from the memory. Therefore
180,181c180
< // Attempt to send the packet (always succeeds for inhibited
< // packets)
---
> // Attempt to send the packet
230c229,230
< "Forwarded inhibited request: addr = %#llx\n", addr);
---
> "Forwarded request marked for cache response: addr = %#llx\n",
> addr);