198a199,207
> * Find a block given set and way.
> *
> * @param set The set of the block.
> * @param way The way of the block.
> * @return The block.
> */
> virtual ReplaceableEntry* findBlockBySetAndWay(int set, int way) const = 0;
>
> /**
219,226d227
< * Find the cache block given set and way
< * @param set The set of the block.
< * @param way The way of the block.
< * @return The cache block.
< */
< virtual CacheBlk *findBlockBySetAndWay(int set, int way) const = 0;
<
< /**