186c186,187
< * readyList. Deallocates the MSHR if it does not expect a response.
---
> * readyList or deallocates the MSHR if it does not expect a response.
> *
187a189,190
> * @param pending_dirty_resp Whether we expect a dirty response
> * from another cache
189c192
< void markInService(MSHR *mshr, PacketPtr pkt);
---
> void markInService(MSHR *mshr, bool pending_dirty_resp);