mem: Deallocate all write-queue entries when sent
Review Request #3452 - Created April 20, 2016 and submitted
Information | |
---|---|
Andreas Hansson | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11454:742edaa484a1 --------------------------- mem: Deallocate all write-queue entries when sent This patch removes the write-queue entry tracking previously used for uncacheable writes. The write-queue entry is now deallocated as soon as the packet is sent. As a result we also forego the stats for uncacheable writes. Additionally, there is no longer a need to attach the write-queue entry to the packet.
Looks good, once the typo(s) are fixed.
-
src/mem/cache/cache.cc (Diff revision 1) -
spelling... there's at least one typo here, some would say two ;)