2c2
< * Copyright (c) 2012-2017 ARM Limited
---
> * Copyright (c) 2012-2018 ARM Limited
372a373,387
> * Service non-deferred MSHR targets using the received response
> *
> * Iterates through the list of targets that can be serviced with
> * the current response. Any writebacks that need to performed
> * must be appended to the writebacks parameter.
> *
> * @param mshr The MSHR that corresponds to the reponse
> * @param pkt The response packet
> * @param blk The reference block
> * @param writebacks List of writebacks that need to be performed
> */
> void serviceMSHRTargets(MSHR *mshr, const PacketPtr pkt, CacheBlk *blk,
> PacketList& writebacks);
>
> /**