mem: Simplify page close checks for adaptive policies
Review Request #2733 - Created April 9, 2015 and submitted
| Information | |
|---|---|
| Rizwana Begum | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10781:024dfd95ee84 --------------------------- mem: Simplify page close checks for adaptive policies Both open_adaptive and close_adaptive page polices keep the page open if a row hit is found. If a row hit is not found, close_adaptive page policy precharges the row, and open_adaptive policy precharges the row only if there is a bank conflict request waiting in the queue. This patch makes the checks for above conditions simpler.
Ship It!
