Review Board 2.0.15


Ruby: Remove isTagPresent() calls from Sequencer.cc

Review Request #329 - Created Dec. 1, 2010 and submitted - Latest diff uploaded

Information
Nilay Vaish
gem5
Reviewers
Default
Ruby: Remove isTagPresent() calls from Sequencer.cc
This patch removes the calls to isTagPresent() from Sequencer.cc. These
calls are made just for setting the cache block to have been most recently
used. The calls have been folded in to setMRU() which any way makes calls to
findTagInSet(). IsTagPresent() is actually a wraper around the findTagInSet().