424a425
>
425a427,441
> * Handle a request in atomic mode that missed in this cache
> *
> * Creates a downstream request, sends it to the memory below and
> * handles the response. As we are in atomic mode all operations
> * are performed immediately.
> *
> * @param pkt The packet with the requests
> * @param blk The referenced block
> * @parma writebacks A list with packets for any performed writebacks
> * @return Cycles for handling the request
> */
> Cycles handleAtomicReqMiss(PacketPtr pkt, CacheBlk *blk,
> PacketList &writebacks);
>
> /**