mem: Remove redundant findVictim() input argument
Review Request #1968 - Created Aug. 18, 2013 and submitted
| Information | |
|---|---|
| Amin Farmahini | |
| gem5 | |
| Reviewers | |
| Default | |
The patch (1) removes the redundant writeback argument from findVictim() (2) fixes the description of access() function
Posted (Aug. 19, 2013, 2:29 a.m.)
Are there potentially other replacement policies where this is needed (due to inheritance)?
My guess (without checking) is that the writebacks param is for the old Indirect Index Cache, and is not something any conventional replacement policy would need. I'm fine with getting rid of it; in the (very unlikely) event we need it again, there might be a better way to handle it.
Ship It!
Ship It!
