248a249,253
> * Insert writebacks into the write buffer
> */
> void doWritebacks(PacketList& writebacks, Tick forward_time);
>
> /**
310a316,321
> /**
> * Create a CleanEvict request for the given block.
> * @param blk The block to evict.
> * @return The CleanEvict request for the block.
> */
> PacketPtr cleanEvictBlk(CacheBlk *blk);
311a323
>
361a374,379
> * Send up a snoop request and find cached copies. If cached copies are
> * found, set the BLOCK_CACHED flag in pkt.
> */
> bool isCachedAbove(const PacketPtr pkt) const;
>
> /**