mem: Add check if SimpleDRAM nextReqEvent is scheduled
Review Request #1734 - Created Feb. 18, 2013 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9564:0c3b36b3e812 --------------------------- mem: Add check if SimpleDRAM nextReqEvent is scheduled This check covers a case where a retry is called from the SimpleDRAM causing a new request to appear before the DRAM itself schedules a nextReqEvent. By adding this check, the event is not scheduled twice.
util/regress all passing (disregarding t1000 and eio)
