mem: Simplify cache packet handling for uncacheable writes
Review Request #3407 - Created March 31, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11442:338a5d23f371 --------------------------- mem: Simplify cache packet handling for uncacheable writes Cosmetic change following up on the recent cache queue modifications. This patch aligns the handling of uncacheable writes in that no new packets are created, similar to how write evictions are dealt with. By not allocating copies of the packet the code is simplified, and we avoid unecessary memory management.
